🛠 Mod tidy after fmt

This commit is contained in:
Dan Jones 2024-09-14 18:12:44 -05:00
commit c4513aa94b
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ tasks:
- '**/*.go'
cmds:
- go fmt ./...
- go mod tidy
vet:
desc: Vet go code