]> Cypherpunks repositories - gostls13.git/commitdiff
net: update TDDO
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 4 Feb 2015 02:27:08 +0000 (11:27 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 4 Feb 2015 04:57:32 +0000 (04:57 +0000)
The issue #8432 has been marked as an issue for golang.org/x/net.

Change-Id: Ia39abd99b685c820ea6169ee6505b16028e7e77f
Reviewed-on: https://go-review.googlesource.com/3836
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/net.go

index cb31af5e347d109a5a065f053a45c4837a919c0f..c850d2b1fdb26159fe977536c79b9e7da1735933 100644 (file)
@@ -38,9 +38,6 @@ The Listen function creates servers:
 */
 package net
 
-// TODO(rsc):
-//     support for raw ethernet sockets
-
 import (
        "errors"
        "io"