From ad1dbc7b39e118a270a8f17885d788f007422d1a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 25 May 2014 14:05:23 -0400 Subject: [PATCH] Removed extra newline generated in the zconstants_windows_GOARCH.go file from the Windows constants generator. --- experiments/windowsconstgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/windowsconstgen.go b/experiments/windowsconstgen.go index 4671111..b2b87ee 100644 --- a/experiments/windowsconstgen.go +++ b/experiments/windowsconstgen.go @@ -154,7 +154,7 @@ func main() { "%s" + "import \"C\"\n" + "func main() {\n" + - " fmt.Println(%q)\n", + " fmt.Print(%q)\n", preamble("main"), hacknamesPreamble(), preamble("ui")) for _, ident := range consts { if ident[0] == 'x' {