summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 19:58:52 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 21:44:42 -0700
commit0ce1d3e727ea347c3588f96be8a356fa6ea3bc0e (patch)
tree814b6a2d689fdba1266f59cf3a19079d1b99f354 /README.md
parente9f3bdc767027d134a072e09f16bcccac75fa59f (diff)
tree-wide: Update various references from Go 1.18 to Go 1.20
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 108f3dc..4ef4038 100644
--- a/README.md
+++ b/README.md
@@ -141,17 +141,17 @@ These are streaming variants of the standard `json.Unmarshaler` and
<!-- packages -->
[`lowmemjson`]: https://pkg.go.dev/git.lukeshu.com/go/lowmemjson
[`lowmemjson/compat/json`]: https://pkg.go.dev/git.lukeshu.com/go/lowmemjson/compat/json
-[`encoding/json`]: https://pkg.go.dev/encoding/json@go1.18
+[`encoding/json`]: https://pkg.go.dev/encoding/json@go1.20
<!-- encoding/json symbols -->
-[`json.Marshaler`]: https://pkg.go.dev/encoding/json@go1.18#Marshaler
-[`json.Unmarshaler`]: https://pkg.go.dev/encoding/json@go1.18#Unmarshaler
-[`json.Marshal`]: https://pkg.go.dev/encoding/json@go1.18#Marshal
-[`json.Unmarshal`]: https://pkg.go.dev/encoding/json@go1.18#Unmarshal
-[`json.Compact`]: https://pkg.go.dev/encoding/json@go1.18#Compact
-[`json.HTMLEscape`]: https://pkg.go.dev/encoding/json@go1.18#HTMLEscape
-[`json.Indent`]: https://pkg.go.dev/encoding/json@go1.18#Indent
-[`json.Valid`]: https://pkg.go.dev/encoding/json@go1.18#Valid
+[`json.Marshaler`]: https://pkg.go.dev/encoding/json@go1.20#Marshaler
+[`json.Unmarshaler`]: https://pkg.go.dev/encoding/json@go1.20#Unmarshaler
+[`json.Marshal`]: https://pkg.go.dev/encoding/json@go1.20#Marshal
+[`json.Unmarshal`]: https://pkg.go.dev/encoding/json@go1.20#Unmarshal
+[`json.Compact`]: https://pkg.go.dev/encoding/json@go1.20#Compact
+[`json.HTMLEscape`]: https://pkg.go.dev/encoding/json@go1.20#HTMLEscape
+[`json.Indent`]: https://pkg.go.dev/encoding/json@go1.20#Indent
+[`json.Valid`]: https://pkg.go.dev/encoding/json@go1.20#Valid
<!-- lowmemjson symbols -->
[`lowmemjson.Encodable`]: https://pkg.go.dev/git.lukeshu.com/go/lowmemjson#Encodable