Base program skeleton

This commit is contained in:
2016-01-14 12:48:47 +01:00
parent c34419e61e
commit 01642af48e
3 changed files with 21 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: build check
build :
go build
check :
go vet
go test -coverprofile=cover.out -covermode=count
golint