#!/bin/sh
set -e
go tool golangci-lint run
