| commit | 45e3bcb34389808232f61899936731ebacb778ef | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
| committer | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
| tree | b5f62f645f0a9bfc65ba292a21e958641efad4f4 | |
| parent | 30aa701fec9fad07180ca45958cf552b193a4d3a [diff] [blame] |
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* R=rsc CC=golang-dev https://golang.org/cl/5345045
diff --git a/src/pkg/net/dnsclient_unix.go b/src/pkg/net/dnsclient_unix.go index e321ed9..bab5f2a 100644 --- a/src/pkg/net/dnsclient_unix.go +++ b/src/pkg/net/dnsclient_unix.go
@@ -17,7 +17,7 @@ package net import ( - "rand" + "math/rand" "sync" "time" )