1
0
Fork 0

initial commit

This commit is contained in:
ston1th 2017-04-11 23:58:38 +02:00
commit 385da59cf0
21 changed files with 5737 additions and 0 deletions

View file

@ -0,0 +1,10 @@
language: go
go:
- 1.5
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -race ./...