initial commit

This commit is contained in:
Mat Ryer
2018-05-06 17:36:20 +01:00
parent 45ad66ec01
commit ce003f96ba
5 changed files with 218 additions and 1 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
test:
go build -o testdata/app testdata/app.go
go build -o appify
go test
rm appify
rm testdata/app