Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
import "io/ioutil"tempFile, err := ioutil.TempFile("", "example")
tempFile&{0xc00061c4e0}tempFile.Name()/tmp/example3193020307ioutil.TempDir("", "test*")/tmp/test2789120833<nil>ioutil.TempDir("", "test")/tmp/test1160040211<nil>