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