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