aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
diff options
context:
space:
mode:
authorSerhat Giydiren <serhatgiydiren@gmail.com>2019-10-05 16:12:13 +0300
committerEmmanuel Odeke <emm.odeke@gmail.com>2019-10-06 00:33:51 +0000
commitfc8bef06c4097ca80efa47aacb55201580015015 (patch)
tree758b418d39981c08cdc9506812edd5575953848a /src/unicode
parentee3f768d3861e00dbc6a81392a711209f66e235c (diff)
downloadgo-fc8bef06c4097ca80efa47aacb55201580015015.tar.gz
go-fc8bef06c4097ca80efa47aacb55201580015015.zip
unicode/utf8: add link to formal UTF-8 description.
Fixes #31590 Change-Id: I7fd6dcc5c34496776439ff0295f18b5fb5cb538a Reviewed-on: https://go-review.googlesource.com/c/go/+/199141 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'src/unicode')
-rw-r--r--src/unicode/utf8/utf8.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unicode/utf8/utf8.go b/src/unicode/utf8/utf8.go
index eae4ead0da..b722a03923 100644
--- a/src/unicode/utf8/utf8.go
+++ b/src/unicode/utf8/utf8.go
@@ -4,6 +4,7 @@
// Package utf8 implements functions and constants to support text encoded in
// UTF-8. It includes functions to translate between runes and UTF-8 byte sequences.
+// See https://en.wikipedia.org/wiki/UTF-8
package utf8
// The conditions RuneError==unicode.ReplacementChar and