@@ -0,0 +1,18 @@
SHELL := /bin/bash
.PHONY: fmt vet test run build
fmt:
gofmt -w $(shell go list -f '{{.Dir}}' ./...)
vet:
go vet ./...
test:
go test ./...
build:
go build -o bin/netts-energy ./cmd/server
run:
go run ./cmd/server -config config.yaml
The note is not visible to the blocked user.