OSDN Git Service

new repo
[bytom/vapor.git] / vendor / golang.org / x / text / README
1 This repository holds supplementary Go libraries for text processing, many involving Unicode.
2
3 To submit changes to this repository, see http://golang.org/doc/contribute.html.
4
5 To generate the tables in this repository (except for the encoding tables),
6 run go generate from this directory. By default tables are generated for the
7 Unicode version in core and the CLDR version defined in
8 golang.org/x/text/unicode/cldr.
9
10 Running go generate will as a side effect create a DATA subdirectory in this
11 directory which holds all files that are used as a source for generating the
12 tables. This directory will also serve as a cache.
13
14 Run
15
16         go test ./...
17
18 from this directory to run all tests. Add the "-tags icu" flag to also run
19 ICU conformance tests (if available). This requires that you have the correct
20 ICU version installed on your system.
21
22 TODO:
23 - updating unversioned source files.