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 (
"io"
"log"
"os"
"regexp"
"exp/regexp"
"sort"
"strconv"
"strings"
......
......@@ -15,7 +15,7 @@ import (
"go/scanner"
"go/token"
"io"
"regexp"
"exp/regexp"
"strconv"
"template"
)
......
......@@ -19,7 +19,7 @@ import (
"os"
"path"
"path/filepath"
"regexp"
"exp/regexp"
"runtime"
"sort"
"strings"
......
......@@ -48,7 +48,7 @@ import (
"io"
"os"
"path/filepath"
"regexp"
"exp/regexp"
"sort"
"strings"
)
......
......@@ -40,7 +40,7 @@ import (
"os"
"path"
"path/filepath"
"regexp"
"exp/regexp"
"runtime"
"strings"
"time"
......
......@@ -18,7 +18,7 @@ package suffixarray
import (
"bytes"
"regexp"
"exp/regexp"
"sort"
)
......
......@@ -6,7 +6,7 @@ package suffixarray
import (
"bytes"
"regexp"
"exp/regexp"
"sort"
"strings"
"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