chore: use go run to exec modd

This commit is contained in:
wpetit 2024-02-27 17:19:16 +01:00
parent d47b819e1d
commit 4871876bf0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ tidy:
go mod tidy
watch:
modd
go run github.com/cortesi/modd/cmd/modd@v0.8.1
lint:
golangci-lint run --enable-all