echo-swagger
echo-swagger copied to clipboard
IncompatibleAssign Swagger
Getting this error
cannot use echoSwagger.WrapHandler (variable of type "github.com/labstack/echo/v4".HandlerFunc) as "github.com/labstack/echo".HandlerFunc value in argument to e.GETcompiler[IncompatibleAssign](https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#IncompatibleAssign)
Try to update your import from github.com/labstack/echo
to github.com/labstack/echo/v4
. Should work