From 0d23bda925359ae6d240b25f20dc544207ce8106 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 25 May 2014 03:15:49 -0400 Subject: [PATCH] Added quick credit thanks left out of previous commit by accident. --- experiments/windowsconstgen.go | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/windowsconstgen.go b/experiments/windowsconstgen.go index 3eca8d8..4ee1d76 100644 --- a/experiments/windowsconstgen.go +++ b/experiments/windowsconstgen.go @@ -104,6 +104,7 @@ func main() { } sort.Strings(consts) + // thanks to james4k in irc.freenode.net/#go-nuts tmpdir, err := ioutil.TempDir("", "windowsconstgen") if err != nil { panic(err)