github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/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 }