mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 13:19:31 +00:00
6 lines
123 B
Go
6 lines
123 B
Go
package rootless
|
|
|
|
func Rootless(stateDir string, enableIPv6 bool) error {
|
|
panic("Rootless is not supported on windows")
|
|
}
|