australis/main.go

9 lines
93 B
Go

package main
import (
"github.com/rdelval/australis/cmd"
)
func main() {
cmd.Execute()
}