jens1205
jens1205
see https://github.com/deepmap/oapi-codegen/issues/609
For non required objects without a type, as a fallback `interface{}` is used. But this will later be translated to `*interface{}` which makes no sense. At lease for `interface{}`, the...
The go.mod still says: `require github.com/Shopify/sarama v1.38.0` The sarama lib is now available under https://github.com/IBM/sarama, this should be reflected in the go.mod (although there is some forwarding from https://github.com/shopify/sarama to...
Lately, my setup which is exactly like described in https://github.com/ray-x/go.nvim?tab=readme-ov-file#run-gofmt--goimport-on-save stopped working. It still organizes imports, but is not doing any formating. Same problem, if I call the lua function...