github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/libnetwork/config/config_unsupported.go (about) 1 //go:build !linux && !freebsd 2 3 package config 4 5 // optionExecRoot is a no-op on non-unix platforms. 6 func optionExecRoot(execRoot string) Option { 7 return func(*Config) {} 8 }