From 0d5fdc157601c7a43fbeb6e80fd1eef900cddeab Mon Sep 17 00:00:00 2001 From: hotruong24 <41189330+hotruong24@users.noreply.github.com> Date: Tue, 16 Jun 2020 08:19:17 +0200 Subject: [PATCH] add a comment to avoid others running in same problem, where the buffer was overwritten with null values --- transform/transform.go | 1 + 1 file changed, 1 insertion(+) diff --git a/transform/transform.go b/transform/transform.go index 520b9ada0..5a2b1a289 100644 --- a/transform/transform.go +++ b/transform/transform.go @@ -6,6 +6,7 @@ // bytes passing through as well as various transformations. Example // transformations provided by other packages include normalization and // conversion between character sets. +// It is not recommended to use the package from multiple go routines package transform // import "golang.org/x/text/transform" import (