From f9f960d2d862c30ddc2af01033af78d0fa9f32f4 Mon Sep 17 00:00:00 2001 From: Googol Lee Date: Tue, 16 Apr 2024 09:24:45 +0200 Subject: [PATCH] Update README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83d1896..227b67c 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ Examples to show the usage: - [Example (SimpleWeb)] - [Example (RestAPI)] -[Example (SimpleWeb)]: https://pkg.go.dev/github.com/googollee/go-espresso#example-Engine-SimpleWeb -[Example (RestAPI)]: https://pkg.go.dev/github.com/googollee/go-espresso#example-Engine-RestAPI +[Example (SimpleWeb)]: https://pkg.go.dev/github.com/googollee/go-espresso#example-Espresso +[Example (RestAPI)]: https://pkg.go.dev/github.com/googollee/go-espresso#example-Espresso-Rpc Requirement: -- Go >= 1.20 +- Go >= 1.22 - Require generics. - `errors.Is()` supports `interface{ Unwrap() []error }` + - With `GODEBUG=httpmuxgo121=0`