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 (