make fmt
Signed-off-by: Alejandro Mery <amery@jpi.io>
@@ -0,0 +1,15 @@
.PHONY: all fmt build test
GO ?= go
all: fmt build
fmt:
$(GO) fmt ./...
$(GO) mod tidy || true
build:
$(GO) get -v ./...
test:
$(GO) test -v ./...
The note is not visible to the blocked user.