Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
c015c628b5
commit
71e9bdcb68
21 changed files with 1650 additions and 21 deletions
15
magefiles/go.go
Normal file
15
magefiles/go.go
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//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("./...")
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue