1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-10-22 10:39:43 +00:00
git-validation/mage.go
Vincent Batts 69476678b0
*go: trying out magefiles
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-03-14 21:56:37 -04:00

10 lines
126 B
Go

// +build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() { os.Exit(mage.Main()) }