mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-20 00:10:20 -05:00
* changing package to k3s-io Signed-off-by: Luther Monson <luther.monson@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
7 lines
82 B
Go
7 lines
82 B
Go
package main
|
|
|
|
import "github.com/k3s-io/k3s/pkg/ctr"
|
|
|
|
func main() {
|
|
ctr.Main()
|
|
}
|