magellan/main.go

9 lines
97 B
Go

package main
import (
"github.com/davidallendj/magellan/cmd"
)
func main() {
cmd.Execute()
}