]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make net/... match net too
authorRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 20:34:24 +0000 (16:34 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Mar 2012 20:34:24 +0000 (16:34 -0400)
commitb70925d6999bbe455cfa012401561fa19969153f
treec4c041c33df9452d8f4dd99ff1477844897ae640
parent0af08d825343431594421aec06fec4c96052257b
cmd/go: make net/... match net too

Otherwise there's no good way to get both, and it comes up often.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5794064
src/cmd/go/doc.go
src/cmd/go/help.go
src/cmd/go/main.go
src/cmd/go/match_test.go [new file with mode: 0644]