]> Cypherpunks repositories - gostls13.git/commit
net: remove imports of strconv
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Oct 2015 18:05:10 +0000 (11:05 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Oct 2015 22:39:12 +0000 (22:39 +0000)
commitf23c37f67ac1388b7d073f78d9061bfe806a1b2f
tree8fbd3fd7ce070cae3186057a8fa6440f52862ceb
parent9c258c6aa6880268a0be9f2e90ea11f9e4ded150
net: remove imports of strconv

The net package already has support for limited uses of the strconv
package.  Despite this, a few uses of strconv have crept in over time.
Remove them and use the existing net support instead.

Change-Id: Icdb4bdaa8e1197f1119a96cddcf548ed4a551b74
Reviewed-on: https://go-review.googlesource.com/15400
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/build/deps_test.go
src/net/conf.go
src/net/dnsclient_unix.go
src/net/lookup_windows_test.go
src/net/tcpsockopt_plan9.go