#! /bin/bash

set -eu

golint
go fmt
go vet .
gocyclo -over 12 .
go test -timeout 5s -test.v
