ingress-nginx-helm/magefiles/go.go
James Strong 2a9e420bf7
Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-01-19 11:46:01 -05:00

15 lines
274 B
Go

//go:build mage
package main
//import (
// "github.com/magefile/mage/mg"
// "github.com/mysteriumnetwork/go-ci/commands"
//)
//
//type Go mg.Namespace
//
//// Checks for issues with go imports
//func (Go) CheckGoImports() error {
// return commands.GoImports("./...")
//}