godoc, suffixarray: switch to exp/regexp

R=rsc
CC=golang-dev
https://golang.org/cl/4983058
This commit is contained in:
Robert Griesemer 2011-09-12 12:20:48 -07:00
parent 817da66576
commit 7944bbf2d2
7 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ import (
"io"
"log"
"os"
"regexp"
"exp/regexp"
"sort"
"strconv"
"strings"

View File

@ -15,7 +15,7 @@ import (
"go/scanner"
"go/token"
"io"
"regexp"
"exp/regexp"
"strconv"
"template"
)

View File

@ -19,7 +19,7 @@ import (
"os"
"path"
"path/filepath"
"regexp"
"exp/regexp"
"runtime"
"sort"
"strings"

View File

@ -48,7 +48,7 @@ import (
"io"
"os"
"path/filepath"
"regexp"
"exp/regexp"
"sort"
"strings"
)

View File

@ -40,7 +40,7 @@ import (
"os"
"path"
"path/filepath"
"regexp"
"exp/regexp"
"runtime"
"strings"
"time"

View File

@ -18,7 +18,7 @@ package suffixarray
import (
"bytes"
"regexp"
"exp/regexp"
"sort"
)

View File

@ -6,7 +6,7 @@ package suffixarray
import (
"bytes"
"regexp"
"exp/regexp"
"sort"
"strings"
"testing"