From fc8bef06c4097ca80efa47aacb55201580015015 Mon Sep 17 00:00:00 2001 From: Serhat Giydiren Date: Sat, 5 Oct 2019 16:12:13 +0300 Subject: [PATCH] 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 --- src/unicode/utf8/utf8.go | 1 + 1 file changed, 1 insertion(+) 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