ingress-nginx-helm/magefiles/mage.go

14 lines
139 B
Go
Raw Normal View History

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