moby--moby/vendor/golang.org/x/text
Sebastiaan van Stijn 63f4bc5237
Bump vndr to 9909bb2b8a0b7ea464527b376dc50389c90df587
This bumps vndr to 9909bb2b8a0b7ea464527b376dc50389c90df587
and revendors dependencies.

Includes a change that prunes go files with `+build ignore`

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-10 14:05:13 -07:00
..
secure/bidirule vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
transform vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
unicode Bump vndr to 9909bb2b8a0b7ea464527b376dc50389c90df587 2017-07-10 14:05:13 -07:00
LICENSE vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
PATENTS vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
README rerun vndr 2017-03-08 02:29:34 +00: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.