#!/bin/sh

set -e
script/bootstrap
go fmt
go vet ./...
golint ./...
go test ./...
