github.com/liucxer/courier@v1.7.1/h3/Makefile (about)

     1  test:
     2  	go test -v -race ./...
     3  cover:
     4  	go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...