smalloff
smalloff
Hi! My params for Linux release. set GOARCH=amd64 set GOOS=linux go build -ldflags "-s -w" Output: C:\Users\admin\go\pkg\mod\github.com\chai2010\[email protected]\webp.go:22:9: undefined: webpGetInfo C:\Users\admin\go\pkg\mod\github.com\chai2010\[email protected]\webp.go:26:20: undefined: webpDecodeGray C:\Users\admin\go\pkg\mod\github.com\chai2010\[email protected]\webp.go:39:20: undefined: webpDecodeRGB C:\Users\admin\go\pkg\mod\github.com\chai2010\[email protected]\webp.go:52:20: undefined: webpDecodeRGBA C:\Users\admin\go\pkg\mod\github.com\chai2010\[email protected]\webp.go:68:14: undefined:...
Hi! In the documentation, incomplete information about the [request body parser](https://docs.gofiber.io/api/ctx#bodyparser). It took a long time to find a way to send arrays in parameters. I suggest adding an example...
I have problems with the handler. When I try to call some functions in the body of the handler, I get an error. How to deal with it? **My code:**...