// +build !linux,!windows,!solaris package server import "context" func apply(_ context.Context, _ *Config) error { return nil }