mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
9 lines
97 B
Go
9 lines
97 B
Go
package main
|
|
|
|
import (
|
|
"github.com/davidallendj/magellan/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|