Browse Source

Update Makefile

Volodymyr Tkach 2 years ago
parent
commit
b16f8364b9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Makefile

+ 7 - 1
Makefile

@@ -1,4 +1,10 @@
 default: test
 
 test:
-	@go test -v ./...
+	go test ./...
+
+lint:
+	golangci-lint run
+
+tidy:
+	go mod tidy