Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
to avoid others running in same problem, where the buffer was overwritten with null values
  • Loading branch information
hotruong24 authored Jun 16, 2020
1 parent 3a82255 commit 0d5fdc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transform/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 0d5fdc1

Please # to comment.