mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
9 lines
94 B
Go
9 lines
94 B
Go
package main
|
|
|
|
import (
|
|
"github.com/OpenChami/magellan/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|