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

12 lines
104 B
Go
Raw Normal View History

2018-04-12 21:16:37 +02:00
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}