#!/bin/sh

set -e

export GOFLAGS="-buildvcs=false"
go fmt ./...
golangci-lint run
go test -v ./...
