We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9041b9f commit 1836697Copy full SHA for 1836697
README.md
@@ -523,7 +523,5 @@ Or you may build requests manually and send them using either the synchronous or
523
If you're contributing a code change, you'll want to be sure the tests are passing first; here are the steps to check that:
524
525
- Install [toxiproxy](https://github.com/Shopify/toxiproxy) for your platform
526
-- Shell 1 - `cd example/1.6 && ./create-test-certificates.sh ; cd ../..`
527
-- Shell 1 - `cd example/2.0.1 && ./create-test-certificates.sh ; cd ../..`
528
- Shell 1 - `toxiproxy-server -port 8474 -host localhost`
529
- Shell 2 - `go fmt ./... && go vet ./... && go test -v -count=1 -failfast ./...`
0 commit comments