route/vendor/github.com/magefile/mage/main.go

12 lines
104 B
Go
Raw Normal View History

2017-10-06 15:29:20 +00:00
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}