We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666938e commit 79221d9Copy full SHA for 79221d9
README.md
@@ -11,12 +11,11 @@
11
12
## Supported Go versions
13
14
+Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with older versions.
15
+
16
As of version 4.0.0, Echo is available as a [Go module](https://github.com/golang/go/wiki/Modules).
17
Therefore a Go version capable of understanding /vN suffixed imports is required:
18
-- 1.9.7+
-- 1.10.3+
19
-- 1.14+
20
21
Any of these versions will allow you to import Echo as `github.com/labstack/echo/v4` which is the recommended
22
way of using Echo going forward.
0 commit comments