mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
Also update all use of 'go get' => 'go install', update CI tooling for 1.18 compatibility, and gofmt everything so lint passes. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
8 lines
115 B
Go
8 lines
115 B
Go
//go:build !linux || !cgo
|
|
// +build !linux !cgo
|
|
|
|
package cmds
|
|
|
|
func forkIfLoggingOrReaping() error {
|
|
return nil
|
|
}
|