change: add LICENSE & basic compile instructions
This commit is contained in:
10
cmd/mage/main.go
Normal file
10
cmd/mage/main.go
Normal file
@ -0,0 +1,10 @@
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/magefile/mage/mage"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() { os.Exit(mage.Main()) }
|
Reference in New Issue
Block a user