github.com/lastbackend/toolkit@v0.0.0-20241020043710-cafa37b95aad/examples/service/mage.go (about) 1 //go:build ignore 2 // +build ignore 3 4 package main 5 6 import ( 7 "os" 8 9 "github.com/magefile/mage/mage" 10 ) 11 12 func main() { os.Exit(mage.Main()) }