diff --git a/examples/texti18n/main.go b/examples/texti18n/main.go index f67e2c1c4..2eeec31f6 100644 --- a/examples/texti18n/main.go +++ b/examples/texti18n/main.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// This example is a demonstration to render languages that cannot be rendered with the `text` package. +// We plan to provide a useful API to render them more easily (#2454). Stay tuned! + package main import (