-
|
I realized that my old import |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
As Echo is using the Go way of handling modules you need to specify the version. So for the current latest version use |
Beta Was this translation helpful? Give feedback.
As Echo is using the Go way of handling modules you need to specify the version.
So for the current latest version use
import "github.com/labstack/echo/v4".The docs have been updated recently, so this is usally the best place to start looking.