summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go')
-rw-r--r--dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go b/dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go
new file mode 100644
index 0000000..60c737d
--- /dev/null
+++ b/dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go
@@ -0,0 +1,8 @@
+/*
+Package uniseg implements Unicode Text Segmentation according to Unicode
+Standard Annex #29 (http://unicode.org/reports/tr29/).
+
+At this point, only the determination of grapheme cluster boundaries is
+implemented.
+*/
+package uniseg