Update tidy.sh

This commit is contained in:
rroller 2024-11-16 21:22:44 -08:00
parent 05b3daec54
commit 2695b712c2

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -ex
go get -u ./...
go mod tidy
go fmt ./...