@@ -0,0 +1,9 @@
all: build check
build :
go build
check :
go vet
go test -coverprofile=cover.out -covermode=count
golint
The note is not visible to the blocked user.