Commit 7944bbf2 authored by Robert Griesemer's avatar Robert Griesemer

godoc, suffixarray: switch to exp/regexp

R=rsc
CC=golang-dev
https://golang.org/cl/4983058
parent 817da665
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
"io" "io"
"log" "log"
"os" "os"
"regexp" "exp/regexp"
"sort" "sort"
"strconv" "strconv"
"strings" "strings"
......
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
"go/scanner" "go/scanner"
"go/token" "go/token"
"io" "io"
"regexp" "exp/regexp"
"strconv" "strconv"
"template" "template"
) )
......
...@@ -19,7 +19,7 @@ import ( ...@@ -19,7 +19,7 @@ import (
"os" "os"
"path" "path"
"path/filepath" "path/filepath"
"regexp" "exp/regexp"
"runtime" "runtime"
"sort" "sort"
"strings" "strings"
......
...@@ -48,7 +48,7 @@ import ( ...@@ -48,7 +48,7 @@ import (
"io" "io"
"os" "os"
"path/filepath" "path/filepath"
"regexp" "exp/regexp"
"sort" "sort"
"strings" "strings"
) )
......
...@@ -40,7 +40,7 @@ import ( ...@@ -40,7 +40,7 @@ import (
"os" "os"
"path" "path"
"path/filepath" "path/filepath"
"regexp" "exp/regexp"
"runtime" "runtime"
"strings" "strings"
"time" "time"
......
...@@ -18,7 +18,7 @@ package suffixarray ...@@ -18,7 +18,7 @@ package suffixarray
import ( import (
"bytes" "bytes"
"regexp" "exp/regexp"
"sort" "sort"
) )
......
...@@ -6,7 +6,7 @@ package suffixarray ...@@ -6,7 +6,7 @@ package suffixarray
import ( import (
"bytes" "bytes"
"regexp" "exp/regexp"
"sort" "sort"
"strings" "strings"
"testing" "testing"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment