DockerCLI/cli/command/engine/activate_windows.go

10 lines
84 B
Go

// +build windows
package engine
var (
isRoot = func() bool {
return true
}
)