runner/vendor/github.com/docker/docker/pkg/system/init_unix.go
Casey Lee 940b4385bf fail on error (#20)
ci-via-github-actions
2019-01-23 11:51:22 -08:00

7 lines
183 B
Go

// +build !windows
package system // import "github.com/docker/docker/pkg/system"
// InitLCOW does nothing since LCOW is a windows only feature
func InitLCOW(experimental bool) {
}