websocket icon indicating copy to clipboard operation
websocket copied to clipboard

bug

Open bitdom8 opened this issue 4 years ago • 2 comments

cannot use c (type "github.com/gofiber/fiber/v2".Ctx) as type "github.com/gofiber/fiber".Ctx in argument to "github.com/gofiber/websocket".IsWebSocketUpgrade.\main.go:67:34: cannot use "github.com/gofiber/websocket".New(func literal) (type func("github.com/gofiber/fiber".Ctx)) as type func("github.com/gofiber/fiber/v2".Ctx) error in argument to app.Get

bitdom8 avatar Nov 13 '21 21:11 bitdom8

Please share error prone code also to reproduce this error.

MAHakeem-MK avatar Nov 28 '21 13:11 MAHakeem-MK

It is fixed now, after go tidy and couple of instructions on google. Thank u

bitdom8 avatar Nov 28 '21 17:11 bitdom8