latest, lints

This commit is contained in:
2024-05-22 09:55:46 -07:00
parent 1178e5adf7
commit 39eefcafee
2 changed files with 38 additions and 11 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
fmt:
go fmt ./...
lint:
golangci-lint run