diff options
Diffstat (limited to 'backend/justfile')
| -rw-r--r-- | backend/justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/justfile b/backend/justfile index 2927f38..4207b92 100644 --- a/backend/justfile +++ b/backend/justfile @@ -1,6 +1,6 @@ check: go build -o /dev/null ./... - go run github.com/golangci/golangci-lint/cmd/golangci-lint run + go tool golangci-lint run gen: go generate ./... |
