From 0ce1d3e727ea347c3588f96be8a356fa6ea3bc0e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 10 Feb 2023 19:58:52 -0700 Subject: tree-wide: Update various references from Go 1.18 to Go 1.20 --- compat/json/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compat/json') diff --git a/compat/json/README.md b/compat/json/README.md index ec8dbed..531b87e 100644 --- a/compat/json/README.md +++ b/compat/json/README.md @@ -50,11 +50,11 @@ Types that are deprecated in `encoding/json` are not mimiced here: [`lowmemjson`]: https://pkg.go.dev/git.lukeshu.com/go/lowmemjson -[`encoding/json`]: https://pkg.go.dev/encoding/json@go1.18 +[`encoding/json`]: https://pkg.go.dev/encoding/json@go1.20 -[`Delim`]: https://pkg.go.dev/encoding/json@go1.18#Delim -[`Token`]: https://pkg.go.dev/encoding/json@go1.18#Token -[`Decoder.Token`]: https://pkg.go.dev/encoding/json@go1.18#Decoder.Token -[`InvalidUTF8Error`]: https://pkg.go.dev/encoding/json@go1.18#InvalidUTF8Error -[`UnmarshalFieldError`]: https://pkg.go.dev/encoding/json@go1.18#UnmarshalFieldError +[`Delim`]: https://pkg.go.dev/encoding/json@go1.20#Delim +[`Token`]: https://pkg.go.dev/encoding/json@go1.20#Token +[`Decoder.Token`]: https://pkg.go.dev/encoding/json@go1.20#Decoder.Token +[`InvalidUTF8Error`]: https://pkg.go.dev/encoding/json@go1.20#InvalidUTF8Error +[`UnmarshalFieldError`]: https://pkg.go.dev/encoding/json@go1.20#UnmarshalFieldError -- cgit v1.2.3-54-g00ecf