taskcafe/cmd/mage/main.go

15 lines
140 B
Go
Raw Normal View History

2022-05-06 23:41:52 +02:00
//go:build ignore
// +build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
2022-05-06 23:41:52 +02:00
func main() {
os.Exit(mage.Main())
}