initial commit

This commit is contained in:
Anton Lindström
2014-01-07 17:15:27 +00:00
commit ef9866c6f5
3 changed files with 255 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: get-deps
get-deps:
@go get -d -v ./...
format:
@go fmt ./...