6876e45f9e
Unify some of the exported functions instead of maintaining separate functions per platform. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
140 B
Go
8 lines
140 B
Go
//go:build !windows
|
|
|
|
package homedir // import "github.com/docker/docker/pkg/homedir"
|
|
|
|
const (
|
|
envKeyName = "HOME"
|
|
homeShortCut = "~"
|
|
)
|