net/textproto.Reader.ReadLine (method)
6 uses
net/textproto (current package)
reader.go#L38: func (r *Reader) ReadLine() (string, error) {
reader.go#L188: line, err := r.ReadLine()
reader.go#L270: line, err := r.ReadLine()
reader.go#L440: line, err = r.ReadLine()
net/http
request.go#L1041: if s, err = tp.ReadLine(); err != nil {
response.go#L161: line, err := tp.ReadLine()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |