diff options
Diffstat (limited to 'vendor/github.com/felixge/httpsnoop/README.md')
-rw-r--r-- | vendor/github.com/felixge/httpsnoop/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/felixge/httpsnoop/README.md b/vendor/github.com/felixge/httpsnoop/README.md index ddcecd13e..cf6b42f3d 100644 --- a/vendor/github.com/felixge/httpsnoop/README.md +++ b/vendor/github.com/felixge/httpsnoop/README.md @@ -7,8 +7,8 @@ http.Handlers. Doing this requires non-trivial wrapping of the http.ResponseWriter interface, which is also exposed for users interested in a more low-level API. -[](https://godoc.org/github.com/felixge/httpsnoop) -[](https://travis-ci.org/felixge/httpsnoop) +[](https://pkg.go.dev/github.com/felixge/httpsnoop) +[](https://github.com/felixge/httpsnoop/actions/workflows/main.yaml) ## Usage Example |