From d2746b7d2ca606f2212a9bd31e793d0778dad64d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 25 May 2014 13:20:19 -0400 Subject: [PATCH] Added a comment to the previous commit. --- experiments/windowsconstgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/windowsconstgen.go b/experiments/windowsconstgen.go index 12f2744..d9fd3bb 100644 --- a/experiments/windowsconstgen.go +++ b/experiments/windowsconstgen.go @@ -133,7 +133,7 @@ func main() { f.Close() cmd := exec.Command("go", "run") - cmd.Args = append(cmd.Args, goopts...) + cmd.Args = append(cmd.Args, goopts...) // valid if len(goopts) == 0; in that case this will just be a no-op cmd.Args = append(cmd.Args, genoutname) f, err = os.Create(filepath.Join(pkgpath, "zconstants_windows_" + targetarch + ".go")) if err != nil {