|
9 | 9 | [](https://twitter.com/labstack) |
10 | 10 | [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) |
11 | 11 |
|
12 | | -## Supported Go versions |
| 12 | +## Echo |
13 | 13 |
|
14 | | -Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with |
15 | | -older versions. |
| 14 | +High performance, extensible, minimalist Go web framework. |
16 | 15 |
|
17 | | -As of version 4.0.0, Echo is available as a [Go module](https://github.com/golang/go/wiki/Modules). |
18 | | -Therefore a Go version capable of understanding /vN suffixed imports is required: |
| 16 | +* [Official website](https://echo.labstack.com) |
| 17 | +* [Quick start](https://echo.labstack.com/docs/quick-start) |
| 18 | +* [Middlewares](https://echo.labstack.com/docs/category/middleware) |
19 | 19 |
|
20 | | -Any of these versions will allow you to import Echo as `github.com/labstack/echo/v4` which is the recommended |
21 | | -way of using Echo going forward. |
| 20 | +Help and questions: [Github Discussions](https://github.com/labstack/echo/discussions) |
22 | 21 |
|
23 | | -For older versions, please use the latest v3 tag. |
24 | 22 |
|
25 | | -## Feature Overview |
| 23 | +### Feature Overview |
26 | 24 |
|
27 | 25 | - Optimized HTTP router which smartly prioritize routes |
28 | 26 | - Build robust and scalable RESTful APIs |
@@ -69,6 +67,7 @@ The benchmarks above were run on an Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz |
69 | 67 | // go get github.com/labstack/echo/{version} |
70 | 68 | go get github.com/labstack/echo/v4 |
71 | 69 | ``` |
| 70 | +Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with older versions. |
72 | 71 |
|
73 | 72 | ### Example |
74 | 73 |
|
@@ -129,10 +128,6 @@ of middlewares in this list. |
129 | 128 |
|
130 | 129 | Please send a PR to add your own library here. |
131 | 130 |
|
132 | | -## Help |
133 | | - |
134 | | -- [Forum](https://github.com/labstack/echo/discussions) |
135 | | - |
136 | 131 | ## Contribute |
137 | 132 |
|
138 | 133 | **Use issues for everything** |
|
0 commit comments