change: add LICENSE & basic compile instructions

This commit is contained in:
Jordan Knott
2020-07-16 22:58:46 -05:00
parent 50ca9f7216
commit 158f574b2a
6 changed files with 87 additions and 10 deletions

10
cmd/mage/main.go Normal file
View File

@ -0,0 +1,10 @@
// +build ignore
package main
import (
"github.com/magefile/mage/mage"
"os"
)
func main() { os.Exit(mage.Main()) }