mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-22 22:57:31 -04:00
5 lines
103 B
Go
5 lines
103 B
Go
package rootless
|
|
|
|
func Rootless(stateDir string) error {
|
|
panic("Rootless not supported on windows")
|
|
}
|