1d8091a7e9
Move the magefile related files to a submodule, so that it does not become a dependency for logrus itself. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
11 lines
120 B
Go
11 lines
120 B
Go
// +build ignore
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/magefile/mage/mage"
|
|
"os"
|
|
)
|
|
|
|
func main() { os.Exit(mage.Main()) }
|