This commit is contained in:
Christoph Polcin
2018-05-25 23:26:18 +02:00
parent 6d8c168f72
commit fbcb29d33e
4 changed files with 184 additions and 30 deletions

View File

@@ -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 .
@echo
golint ./...
clean:
@rm -f ${BIN}