aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/AUTHORS
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-05-05 17:48:49 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-05-05 18:16:10 +0200
commit2e17f371758ad25a3674d65ef0e8e32a4660e6d4 (patch)
tree7c4bfd33ae24f272df045583c4ace761c8dd4242 /vendor/golang.org/x/text/AUTHORS
parent537eddb97843a3f520fdedcd35f77b08880a4829 (diff)
downloadgit-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/AUTHORS3
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.