moby/pkg/homedir
Sebastiaan van Stijn 3c1de2e667
pkg/homedir: deprecate Key() utility
This utility was only used in tests, and internally, and no longer
used since we switch to using os.UserHomeDir() from stdlib.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-26 14:46:03 +02:00
..
homedir.go pkg/homedir: deprecate Key() utility 2023-06-26 14:46:03 +02:00
homedir_linux.go homedir: fallback to user.Current().homeDir if XDG_DATA_HOME/XDG_CONFIG_HOME and HOME are unset 2023-01-14 17:38:34 +01:00
homedir_others.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
homedir_test.go pkg/homedir: deprecate GetShortcutString() utility 2023-06-26 14:45:21 +02:00
homedir_unix.go pkg/homedir: unify implementations 2023-06-26 14:43:26 +02:00
homedir_windows.go pkg/homedir: unify implementations 2023-06-26 14:43:26 +02:00