enki/main.go

8 lines
85 B
Go
Raw Permalink Normal View History

package main
import "github.com/kairos-io/enki/cmd"
func main() {
cmd.Execute()
}