generated: hack/update-vendor.sh

This commit is contained in:
Jordan Liggitt
2019-04-01 11:07:04 -04:00
parent 2ea3cbdcbc
commit d0261b1077
528 changed files with 24751 additions and 126492 deletions

View File

@@ -10,7 +10,7 @@
//
// NOTE: UNDER CONSTRUCTION. This API may change in backwards incompatible ways
// and without notice.
package bidi
package bidi // import "golang.org/x/text/unicode/bidi"
// TODO:
// The following functionality would not be hard to implement, but hinges on

View File

@@ -7,7 +7,7 @@
//go:generate go test -tags test
// Package norm contains types and functions for normalizing Unicode strings.
package norm
package norm // import "golang.org/x/text/unicode/norm"
import (
"unicode/utf8"