summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-25 03:15:49 -0400
committerPietro Gagliardi <[email protected]>2014-05-25 03:15:49 -0400
commit0d23bda925359ae6d240b25f20dc544207ce8106 (patch)
tree9a6cc696c75c5a7d1a6fbb8c5db6b3c7c6c4b620 /experiments
parent36e6adcee962ebfaae66e33fbe100c2e40801df5 (diff)
Added quick credit thanks left out of previous commit by accident.
Diffstat (limited to 'experiments')
-rw-r--r--experiments/windowsconstgen.go1
1 files changed, 1 insertions, 0 deletions
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)