Skip to content

Commit 5281ae0

Browse files
committed
More cleanup
1 parent da9e29d commit 5281ae0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ client api has changed:
2020
down a proxy.
2121
- `proxy.ToxicsUpstream` and `proxy.ToxicsDownstream` have been merged into a
2222
single `ActiveToxics` list.
23-
- `proxy.Toxics()`` no longer requires a direction to be specified, and will
23+
- `proxy.Toxics()` no longer requires a direction to be specified, and will
2424
return toxics for both directions.
2525
- `proxy.SetToxic()` has been replaced by `proxy.AddToxic()`,
2626
`proxy.UpdateToxic()`, and `proxy.RemoveToxic()`.
@@ -91,7 +91,6 @@ proxy.Delete()
9191

9292
```go
9393
import (
94-
"net/http"
9594
"testing"
9695
"time"
9796

0 commit comments

Comments
 (0)