kops/vendor/golang.org/x/text
chrislovecnm 609e268a1d gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
..
cases gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
cmd/gotext gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
collate gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
currency gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
encoding gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
feature/plural gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
internal gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
language gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
message gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
runes gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
search gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
secure gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
transform gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
unicode gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
width gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
.gitattributes Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
.gitignore Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
AUTHORS Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
BUILD.bazel gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
CONTRIBUTING.md Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
CONTRIBUTORS Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
LICENSE Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
PATENTS Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
README Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
codereview.cfg Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
doc.go Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
gen.go Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00

README

This repository holds supplementary Go libraries for text processing, many involving Unicode.

To submit changes to this repository, see http://golang.org/doc/contribute.html.

To generate the tables in this repository (except for the encoding tables),
run go generate from this directory. By default tables are generated for the
Unicode version in core and the CLDR version defined in
golang.org/x/text/unicode/cldr.

Running go generate will as a side effect create a DATA subdirectory in this
directory which holds all files that are used as a source for generating the
tables. This directory will also serve as a cache.

Run

	go test ./...

from this directory to run all tests. Add the "-tags icu" flag to also run
ICU conformance tests (if available). This requires that you have the correct
ICU version installed on your system.

TODO:
- updating unversioned source files.