mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 17:49:43 +00:00
6 lines
103 B
Go
6 lines
103 B
Go
package rootless
|
|
|
|
func Rootless(stateDir string) error {
|
|
panic("Rootless not supported on windows")
|
|
}
|