chg: chore: add linter

This commit is contained in:
2024-04-28 10:28:15 -03:00
parent 268ece5650
commit e5d8a8d983
7 changed files with 44 additions and 12 deletions

View File

@@ -2,5 +2,8 @@
build:
docker build -t torrent-indexer .
lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run -v --timeout 5m
run:
go run main.go