Skip to content

Commit

Permalink
README reference add "bufio" and "bytes"
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Nov 18, 2024
1 parent c8a0050 commit e06e90f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ isShuttingDown := srv.IsShuttingDown()
```

#### NewResponse

```go
var c net.Conn
var h http.Handler
Expand Down Expand Up @@ -295,7 +296,9 @@ https://github.com/golang/go/issues/66501
"net/http"
"net"
"crypto/tls"
"reflect"
"reflect"
"bufio"
"bytes"

---

Expand Down

0 comments on commit e06e90f

Please sign in to comment.