diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-25 14:05:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-25 14:05:23 -0400 |
| commit | ad1dbc7b39e118a270a8f17885d788f007422d1a (patch) | |
| tree | 1545016c5c169b96001e10fad11bb3f511ef2b9e /experiments/windowsconstgen.go | |
| parent | 1f94a68432dce90a1780ca2be44f12dc5514c622 (diff) | |
Removed extra newline generated in the zconstants_windows_GOARCH.go file from the Windows constants generator.
Diffstat (limited to 'experiments/windowsconstgen.go')
| -rw-r--r-- | experiments/windowsconstgen.go | 2 |
1 files changed, 1 insertions, 1 deletions
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' { |
