route/cmd/mage/main.go

10 lines
103 B
Go

package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() { os.Exit(mage.Main()) }