logrus/ci/mage.go

11 lines
120 B
Go
Raw Permalink Normal View History

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