This commit is contained in:
Jordan Knott
2022-05-06 16:41:52 -05:00
parent 4f5aa2deb8
commit 64093e19f6
2156 changed files with 29717 additions and 80267 deletions

View File

@ -1,3 +1,4 @@
//go:build ignore
// +build ignore
package main
@ -8,4 +9,6 @@ import (
"github.com/magefile/mage/mage"
)
func main() { os.Exit(mage.Main()) }
func main() {
os.Exit(mage.Main())
}