prysm-pulse/vendor/golang.org/x/text
Raul Jordan da20785685 Merge branch 'master' into gitter-badge-1
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b]
Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
2018-01-13 17:31:28 -05:00
..
encoding Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
internal Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
language Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
runes Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
transform Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
.gitattributes Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
.gitignore Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
AUTHORS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
codereview.cfg Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
CONTRIBUTING.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
CONTRIBUTORS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
LICENSE Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
PATENTS Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
README Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00

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.