clarify comments

This commit is contained in:
Adrien Delorme 2019-01-09 16:30:43 +01:00
parent 9f7b4ffc17
commit 848d4e981b
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// Package tmp provides temporary directory helpers.
//
// tmp stores temporary items in the system's
// temporary directory ( see os.TempDir ) unless
// a corresponding environment variable is set.git
// temporary directory unless a corresponding
// environment variable is set ( see os.TempDir ).
//
// On Unix systems, it uses $TMPDIR if non-empty, else /tmp.
// On Windows, it uses GetTempPath, returning the first non-empty