enbas/magefiles/main.go

14 lines
123 B
Go
Raw Normal View History

2024-02-19 12:39:01 +00:00
//go:build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}