mirror of https://github.com/golang/go.git
godoc, suffixarray: switch to exp/regexp
R=rsc CC=golang-dev https://golang.org/cl/4983058
This commit is contained in:
parent
817da66576
commit
7944bbf2d2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue