ab35df454d
Removed pre-go1.17 build-tags with go fix; go mod init go fix -mod=readonly ./... rm go.mod Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7 lines
158 B
Go
7 lines
158 B
Go
//go:build !linux
|
|
|
|
package kernel
|
|
|
|
// ApplyOSTweaks applies the configuration values passed as arguments
|
|
func ApplyOSTweaks(osConfig map[string]*OSValue) {
|
|
}
|