Added quick credit thanks left out of previous commit by accident.
This commit is contained in:
parent
36e6adcee9
commit
0d23bda925
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue