We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ee861 commit 3498012Copy full SHA for 3498012
src/net/mail/message.go
@@ -49,7 +49,7 @@ type Message struct {
49
50
// ReadMessage reads a message from r.
51
// The headers are parsed, and the body of the message will be available
52
-// for reading from r.
+// for reading from msg.Body.
53
func ReadMessage(r io.Reader) (msg *Message, err error) {
54
tp := textproto.NewReader(bufio.NewReader(r))
55
0 commit comments