gobyexample
gobyexample copied to clipboard
Error executing code due to file path on windows
https://github.com/mmcgrana/gobyexample/blob/bc680ed6b2a7b2fab8a511242cccfdbc5a78b100/examples/defer/defer.go#L23
This code does not work in Windows.
Corrected universal code:
f := createFile(filepath.Join(os.TempDir(), "defer.txt"))
Can you open a PR?
Hi, Can I handle this project?