language: go go: 1.x install: go get -t -v ./... && go build -v ./... script: ./gok.sh