aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* migrate to go modulesMichael Muré2020-02-051-27/+0
|
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+27
Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic