Implements a basic main function

This commit is contained in:
2016-01-22 18:06:33 +01:00
parent fe6e32ec7b
commit f407c1cf3e
6 changed files with 431 additions and 67 deletions

View File

@@ -12,4 +12,6 @@ endif
check :
go vet
go test $(short_option) -coverprofile=cover.out -covermode=count
errcheck -abspath
golint