#!/bin/sh

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