...

Text file src/github.com/hashicorp/go-retryablehttp/Makefile

Documentation: github.com/hashicorp/go-retryablehttp

     1default: test
     2
     3test:
     4	go vet ./...
     5	go test -race ./...
     6
     7updatedeps:
     8	go get -f -t -u ./...
     9	go get -f -u ./...
    10
    11.PHONY: default test updatedeps

View as plain text