defany
defany
Is there any ways to use gofiber swagger with v3? I don't want to downgrade from this version because have a lot of codebase but I also don't understand how...
### Question Description I was checking other issues about unsupporting middlewares for fiber v3 Is there any news about it cuz I can't find any other solution for otel tracing...
Why in pgx we don't scan non anonymous structs? For ex: ```go type Currency struct { Code string `json:"code"` IsHidden bool `json:"is_hidden"` ImageURL string `json:"image_url"` FriendlyName string `json:"friendly_name"` } type...