summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/encoding/encoding.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-01-09 18:21:10 +0100
committerWim <wim@42.be>2020-01-09 18:21:10 +0100
commitb9354de8fd5e424ac2f246fff1a03b27e8094fd8 (patch)
tree0207bb88e1e5df2fb32a274cb8de5328b2d058d1 /vendor/golang.org/x/text/encoding/encoding.go
parentc9d5f4c8989ddf2465a20aac46537369c654b580 (diff)
downloadmatterbridge-msglm-b9354de8fd5e424ac2f246fff1a03b27e8094fd8.tar.gz
matterbridge-msglm-b9354de8fd5e424ac2f246fff1a03b27e8094fd8.tar.bz2
matterbridge-msglm-b9354de8fd5e424ac2f246fff1a03b27e8094fd8.zip
Clean up go.mod and vendor
Diffstat (limited to 'vendor/golang.org/x/text/encoding/encoding.go')
-rw-r--r--vendor/golang.org/x/text/encoding/encoding.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/text/encoding/encoding.go b/vendor/golang.org/x/text/encoding/encoding.go
index a0bd7cd4..221f175c 100644
--- a/vendor/golang.org/x/text/encoding/encoding.go
+++ b/vendor/golang.org/x/text/encoding/encoding.go
@@ -124,7 +124,7 @@ func (e *Encoder) Writer(w io.Writer) io.Writer {
}
// ASCIISub is the ASCII substitute character, as recommended by
-// https://unicode.org/reports/tr36/#Text_Comparison
+// http://unicode.org/reports/tr36/#Text_Comparison
const ASCIISub = '\x1a'
// Nop is the nop encoding. Its transformed bytes are the same as the source