diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-05 17:48:49 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-05 18:16:10 +0200 |
commit | 2e17f371758ad25a3674d65ef0e8e32a4660e6d4 (patch) | |
tree | 7c4bfd33ae24f272df045583c4ace761c8dd4242 /vendor/golang.org/x/text/AUTHORS | |
parent | 537eddb97843a3f520fdedcd35f77b08880a4829 (diff) | |
download | git-bug-2e17f371758ad25a3674d65ef0e8e32a4660e6d4.tar.gz |
Add unicode control characters test case
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
Diffstat (limited to 'vendor/golang.org/x/text/AUTHORS')
-rw-r--r-- | vendor/golang.org/x/text/AUTHORS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/text/AUTHORS b/vendor/golang.org/x/text/AUTHORS new file mode 100644 index 00000000..15167cd7 --- /dev/null +++ b/vendor/golang.org/x/text/AUTHORS @@ -0,0 +1,3 @@ +# This source code refers to The Go Authors for copyright purposes. +# The master list of authors is in the main Go distribution, +# visible at http://tip.golang.org/AUTHORS. |