ingress-nginx-helm/magefiles/mage.go
James Strong 71e9bdcb68
Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:34 +01:00

13 lines
139 B
Go

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