commit | 8aa6e209cba33c4a3f31e23cdaffd2d20d5fc860 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Dec 09 14:17:11 2014 +1100 |
committer | David Symonds <dsymonds@golang.org> | Tue Dec 09 14:17:11 2014 +1100 |
tree | 2000fb1c16b2c649f5167c6e182c41036fd7268e | |
parent | ccfcd82c7124abd517842acbacc3b8c1e390c73d [diff] [blame] |
net: add import comments. Change-Id: Ifab0fdaec1d810d268b7c19ad30f476802203b37
diff --git a/netutil/listen.go b/netutil/listen.go index a2591f8..b317ba2 100644 --- a/netutil/listen.go +++ b/netutil/listen.go
@@ -4,7 +4,7 @@ // Package netutil provides network utility functions, complementing the more // common ones in the net package. -package netutil +package netutil // import "golang.org/x/net/netutil" import ( "net"