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