blob: 73625f5cc828aa1f83d4f915988d3cc581a6a5bc [file]
package config
// PlatformConfig defines platform-specific configuration.
type PlatformConfig struct{}
// optionExecRoot is a no-op on non-unix platforms.
func optionExecRoot(execRoot string) Option {
return func(*Config) {}
}