mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-06 18:05:05 -04:00
5 lines
123 B
Go
5 lines
123 B
Go
package rootless
|
|
|
|
func Rootless(stateDir string, enableIPv6 bool) error {
|
|
panic("Rootless is not supported on windows")
|
|
}
|