commit | 811c2f5ee82569f0442a8b52d13f68519d989a5c | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Nov 06 22:00:43 2012 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Nov 06 22:00:43 2012 +0900 |
tree | b1f2a209e5757647aef7530005eec763b0d8bd6d | |
parent | af425e0a0110cb2f7bf69fdc63dc73899cc9a4a9 [diff] [blame] |
go.net: gofmt -w -s R=golang-dev, dave CC=golang-dev https://golang.org/cl/6811084
diff --git a/ipv4/doc.go b/ipv4/doc.go index 3ceb9d3..0e62288 100644 --- a/ipv4/doc.go +++ b/ipv4/doc.go
@@ -22,7 +22,7 @@ // important, ipv4.Conn is used to set the type-of-service field on // the IPv4 header for each packet. // -// ln, err := net.Listen("tcp4", "0.0.0.0:1024") +// ln, err := net.Listen("tcp4", "0.0.0.0:1024") // if err != nil { // // error handling // }