echo-swagger icon indicating copy to clipboard operation
echo-swagger copied to clipboard

IncompatibleAssign Swagger

Open zxcfer opened this issue 2 years ago • 1 comments

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)

zxcfer avatar Jan 18 '23 23:01 zxcfer

Try to update your import from github.com/labstack/echo to github.com/labstack/echo/v4. Should work

ubogdan avatar Jan 19 '23 18:01 ubogdan