summaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
committerRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
commit0f11cfc61b07dc4959bacf613ddfc4704d8c75f0 (patch)
tree8a13cfd19ab9be4e7ada24ea253caef9c01d584d /test/bench
parentba0a9639eebf5dc9c638633cc4e54338243d1bf8 (diff)
downloadgo-0f11cfc61b07dc4959bacf613ddfc4704d8c75f0.tar.gz
renaming_4: gofix -r everything/but/src/pkg
R=rsc CC=golang-dev http://codereview.appspot.com/5338043
Diffstat (limited to 'test/bench')
-rw-r--r--test/bench/pidigits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/pidigits.go b/test/bench/pidigits.go
index e59312177..a0f21a91d 100644
--- a/test/bench/pidigits.go
+++ b/test/bench/pidigits.go
@@ -38,9 +38,9 @@ POSSIBILITY OF SUCH DAMAGE.
package main
import (
- "big"
"flag"
"fmt"
+ "math/big"
)
var n = flag.Int("n", 27, "number of digits")