blob: 0fc3e3fc1e64ee082f45e2e912c9d6230b8a5835 [file] [edit]
//go:build !linux && !freebsd
package config
// optionExecRoot is a no-op on non-unix platforms.
func optionExecRoot(execRoot string) Option {
return func(*Config) {}
}