@@ -0,0 +1,15 @@
.PHONY: build test lint vet clean
build:
go build -o vmux ./...
test:
go test -v -race ./...
lint: vet
vet:
go vet ./...
clean:
rm -f vmux
The note is not visible to the blocked user.