[go-nuts] [ANN] extending json tags to variables and enum encoding generator

2024-03-26 Thread Nikolay Dubina
*What?* https://github.com/nikolaydubina/go-enum-encoding ```go type Color struct{ c uint8 } //go:generate go-enum-encoding -type=Color var ( UndefinedColor = Color{}// json:"-" Red = Color{1} // json:"red" Green = Color{2} // json:"gre

Re: [go-nuts] RabbitMq Container connection

2024-03-26 Thread Cleberson Pedreira Pauluci
I think *@Kurtis Rader *is right. *@**Alex Kiprono*, the *sender* and *consumer* services are connecting to localhost*:5672*, but the *message-broker* service has exposed its port as *5673:5672.* Try using localhost:*5673* in your *AMQP_SERVER_URL* environment variables or change the *message-b

[go-nuts] Problems with Golang plugins in Go 1.19 (versus Go 1.15)

2024-03-26 Thread William Ivory
Hi, Wondering if anyone can help me with a golang plugin problem. Apologies for not being able to provide a simple reproduction - the problem is all bound up in the Debian (dh-golang) build system. Anyway, our product is based on Debian. We have code using plugins that has been working fine with