Which echo?
#1746
|
I realized that my old import |
Answered by
lammel
Jan 3, 2021
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 |
6 replies
Answer selected by
siredwin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.