pokedex/magefiles/main.go

14 lines
123 B
Go
Raw Normal View History

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