This commit is contained in:
2024-06-01 16:00:14 -07:00
parent 8b2d298488
commit 635f2650e9
17 changed files with 283 additions and 40 deletions

View File

@@ -13,7 +13,6 @@ commit: fmt lint
git commit -a
fmt:
gofumpt -l -w .
golangci-lint run --fix
lint: