February 2018
Intermediate to advanced
340 pages
9h 43m
English
The ioutil package contains the functions TempFile and TempDir. The TempFile function consumes the directory and the file prefix. The os.File with the underlying temporary file is returned. Note that the caller is responsible for cleaning out the file. The previous example uses the os.Remove function to do that.
The TempDir function works the same way. The difference is that the string with the path to the directory is returned.
Read now
Unlock full access