mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-10 11:58:39 -04:00
7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import "github.com/rancher/k3s/pkg/kubectl"
|
|
|
|
func main() {
|
|
kubectl.Main()
|
|
}
|