From 5b19e6e9a1467da5842727ff90cde50de4ffb831 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 10 Jun 2014 13:10:59 -0400 Subject: More go fmt. --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') diff --git a/init.go b/init.go index 9c1fdc1..2e59301 100644 --- a/init.go +++ b/init.go @@ -10,7 +10,7 @@ package ui // It is not safe to call ui.Go() in a goroutine. It must be called directly from main(). // // This model is undesirable, but Cocoa limitations require it. -// +// // Go does not process the command line for flags (that is, it does not call flag.Parse()), nor does package ui add any of the underlying toolkit's supported command-line flags. // If you must, and if the toolkit also has environment variable equivalents to these flags (for instance, GTK+), use those instead. func Go(main func()) error { -- cgit v1.2.3