commit | 6c230fbc6710b80982b3082064292fefae4a4790 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 26 18:33:13 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Sep 26 18:33:13 2011 -0400 |
tree | 1e026230d3c2f5d62f5c54f718f16c7e4dac44a3 | |
parent | a8a18f6566dd4af3335a587d10cec77f6c5a3e90 [diff] [blame] |
regexp: move to old/regexp, replace with exp/regexp R=golang-dev, r CC=golang-dev https://golang.org/cl/5127042
diff --git a/src/pkg/index/suffixarray/suffixarray.go b/src/pkg/index/suffixarray/suffixarray.go index cff7daa..4747ba9 100644 --- a/src/pkg/index/suffixarray/suffixarray.go +++ b/src/pkg/index/suffixarray/suffixarray.go
@@ -18,10 +18,10 @@ import ( "bytes" - "exp/regexp" "gob" "io" "os" + "regexp" "sort" )