We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a82255 commit 0d5fdc1Copy full SHA for 0d5fdc1
transform/transform.go
@@ -6,6 +6,7 @@
6
// bytes passing through as well as various transformations. Example
7
// transformations provided by other packages include normalization and
8
// conversion between character sets.
9
+// It is not recommended to use the package from multiple go routines
10
package transform // import "golang.org/x/text/transform"
11
12
import (
0 commit comments