#!/usr/bin/env bash

set -eEuo pipefail

golangci-lint run ./...

go tool deadcode -test ./...

