moby--moby/pkg/homedir
Kir Kolyshkin 7ef475fc16 pkg/homedir: clarify Get() docs wrt static linking
This clarifies comments about static linking made in commit a8608b5b67.

1. There are two ways to create a static binary, one is to disable
cgo, the other is to set linker flags. When cgo is disabled,
there is no need to use osusergo build tag.

2. osusergo only needs to be set when linking against glibc.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-10-24 16:39:24 -07:00
..
homedir_linux.go homedir: remove idtools and libcontainer's user package dependencies 2019-09-24 00:32:13 +00:00
homedir_others.go homedir: remove idtools and libcontainer's user package dependencies 2019-09-24 00:32:13 +00:00
homedir_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
homedir_unix.go pkg/homedir: clarify Get() docs wrt static linking 2019-10-24 16:39:24 -07:00
homedir_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00