mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 22:19:06 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
// +build !linux !cgo
|
|
|
|
package cmds
|
|
|
|
func HandleInit() error {
|
|
return nil
|
|
}
|