@@ -48,8 +48,10 @@ test:
@go test ./... | grep -v '^?' || true
fmt:
@go fmt ./...
@$(GOPATH)/bin/goimports -w .
@go fmt ./internal/./...
@go fmt ./cmd/./...
@$(GOPATH)/bin/goimports -w ./internal/
@$(GOPATH)/bin/goimports -w ./cmd/
vet:
@go vet ./...
The note is not visible to the blocked user.