@@ -9,7 +9,7 @@ ${BIN}: ${SRC}
go build -o $@ ./cmd/gowebdav
test:
go test -v ./...
go test -v --short ./...
api:
@sed '/^## API$$/,$$d' -i README.md
@@ -22,7 +22,10 @@ api:
check:
gofmt -w -s $(SRC)
@echo
gocyclo -over 15 .
golint ./...
clean:
@rm -f ${BIN}
The note is not visible to the blocked user.