mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-15 06:17:24 -04:00
7 lines
83 B
Go
7 lines
83 B
Go
package main
|
|
|
|
import "github.com/rancher/k3s/pkg/ctr"
|
|
|
|
func main() {
|
|
ctr.Main()
|
|
}
|