kv-download/tidy.sh

5 lines
No EOL
53 B
Bash

#!/usr/bin/env bash
set -ex
go mod tidy
go fmt ./...