@@ -0,0 +1,10 @@
all: build
build:
@go build -o semver *.go
run: build
@./semver
test:
@go test ./... -v -race -cover
The note is not visible to the blocked user.