15 lines
274 B
Go
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("./...")
|
|
//}
|