6876e45f9e
Unify some of the exported functions instead of maintaining separate functions per platform. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
184 B
Go
6 lines
184 B
Go
package homedir // import "github.com/docker/docker/pkg/homedir"
|
|
|
|
const (
|
|
envKeyName = "USERPROFILE"
|
|
homeShortCut = "%USERPROFILE%" // be careful while using in format functions
|
|
)
|