mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 18:19:25 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "github.com/rancher/k3s/pkg/ctr"
|
|
|
|
func main() {
|
|
ctr.Main()
|
|
}
|