magellan/main.go
2023-09-14 15:10:08 -04:00

9 lines
94 B
Go

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