From c1807033733654db480e782acebdccda9eababc6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Mar 2014 21:02:11 -0400 Subject: Er oh the crash was because I was still using the lock-friendly code. Will still apply the change to memory allocation because memory reuse. --- test/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/main.go') diff --git a/test/main.go b/test/main.go index f99ace1..d4a94e3 100644 --- a/test/main.go +++ b/test/main.go @@ -249,7 +249,8 @@ mainloop: for { select { case curtime := <-ticker: - l.SetText(curtime.String()) +// l.SetText(curtime.String()) +_=curtime case <-w.Closing: break mainloop case <-b.Clicked: -- cgit v1.2.3