Skip to content

Commit 0d5fdc1

Browse files
authored
add a comment
to avoid others running in same problem, where the buffer was overwritten with null values
1 parent 3a82255 commit 0d5fdc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

transform/transform.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// bytes passing through as well as various transformations. Example
77
// transformations provided by other packages include normalization and
88
// conversion between character sets.
9+
// It is not recommended to use the package from multiple go routines
910
package transform // import "golang.org/x/text/transform"
1011

1112
import (

0 commit comments

Comments
 (0)