mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 01:42:35 +00:00
Split out into a small stub command line and a library
- this is pretty much the smallest change to split this out and it exposes a few things that can be improved later - no change to logging yet Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
9
src/moby/util_windows.go
Normal file
9
src/moby/util_windows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package moby
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func homeDir() string {
|
||||
return os.Getenv("USERPROFILE")
|
||||
}
|
||||
Reference in New Issue
Block a user