squadron/cmd/main.go

10 lines
102 B
Go

package main
import (
"github.com/foomo/squadron/cmd/actions"
)
func main() {
actions.Execute()
}