go.text/unicode/norm: delete the last two mentions of exp/norm

R=golang-dev, fullung
CC=golang-dev
https://golang.org/cl/7551044
This commit is contained in:
Rob Pike 2013-03-06 16:29:33 -08:00
Родитель 5ff6456481
Коммит 99258c8f22
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -6,9 +6,10 @@ package norm_test
import (
"bytes"
"exp/norm"
"fmt"
"unicode/utf8"
"code.google.com/p/go.text/unicode/norm"
)
// EqualSimple uses a norm.Iter to compare two non-normalized

Просмотреть файл

@ -9,7 +9,6 @@ package main
import (
"bufio"
"bytes"
"exp/norm"
"flag"
"fmt"
"log"
@ -23,6 +22,8 @@ import (
"time"
"unicode"
"unicode/utf8"
"code.google.com/p/go.text/unicode/norm"
)
func main() {