[mirror] Go text processing support
Перейти к файлу
Marcel van Lohuizen f5cef17986 internal/format/plural: added plural package
This package will be moved out of internal at some point.

In the proposal (12750) this package is slated to be a
subpackage of feature. In practice format/feature/plural
makes more sense. But as there is no need for the feature
as of yet (or ever), we put it directly under format.

Change-Id: I8d5c9be00d458087680662dc6c117eee2dcfc566
Reviewed-on: https://go-review.googlesource.com/19333
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2016-02-10 20:13:19 +00:00
cases internal/gen: prepare code generator for structs 2016-02-04 08:48:05 +00:00
collate : run long tests after a generated package 2015-12-17 20:58:02 +00:00
currency internal/gen: prepare code generator for structs 2016-02-04 08:48:05 +00:00
encoding encoding/htmlindex: use UTF-8 encoding 2015-12-17 21:35:07 +00:00
internal internal/format/plural: added plural package 2016-02-10 20:13:19 +00:00
language internal/gen: prepare code generator for structs 2016-02-04 08:48:05 +00:00
message message: add Catalog and formatted printing support 2015-11-25 17:14:55 +00:00
runes runes: added ReplaceIllFormed 2015-12-14 13:36:26 +00:00
search cldr: make "root" the first locale 2016-02-03 23:07:34 +00:00
secure secure/precis: Add more benchmarks 2016-02-07 00:31:05 +00:00
transform transform: fix Append for len(dst) > 0 2016-01-29 17:38:40 +00:00
unicode internal/gen: prepare code generator for structs 2016-02-04 08:48:05 +00:00
width : run long tests after a generated package 2015-12-17 20:58:02 +00:00
.gitattributes text: add .gitattributes (fixes windows build) 2014-12-23 06:16:57 +00:00
.gitignore : added .gitignore 2015-12-17 16:18:13 +00:00
AUTHORS go.text: create repository 2013-03-06 13:57:33 -08:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-20 05:00:44 +00:00
CONTRIBUTORS go.text: create repository 2013-03-06 13:57:33 -08:00
LICENSE go.text: create repository 2013-03-06 13:57:33 -08:00
PATENTS go.text: create repository 2013-03-06 13:57:33 -08:00
README go.text: create repository 2013-03-06 13:57:33 -08:00
codereview.cfg text: add codereview.cfg 2015-03-18 17:03:13 +00:00
doc.go text: added repository-wide generate tool. 2015-03-20 06:39:55 +00:00
gen.go : run long tests after a generated package 2015-12-17 20:58:02 +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.