diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-25 03:15:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-25 03:15:49 -0400 |
| commit | 0d23bda925359ae6d240b25f20dc544207ce8106 (patch) | |
| tree | 9a6cc696c75c5a7d1a6fbb8c5db6b3c7c6c4b620 /experiments/windowsconstgen.go | |
| parent | 36e6adcee962ebfaae66e33fbe100c2e40801df5 (diff) | |
Added quick credit thanks left out of previous commit by accident.
Diffstat (limited to 'experiments/windowsconstgen.go')
| -rw-r--r-- | experiments/windowsconstgen.go | 1 |
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) |
