A. Ruiz

Results 5 comments of A. Ruiz

There's some things regarding your issue: - A parent (root) context is required the be passed and used between functions to signal when application is shutting down. This will tell...

Just looked at Cody's LinkedIn profile. Looks like he got promoted and is no longer part of Google's Golang Developer Relations team. I think we should ping another person to...

Both, Go's contributors and community, will most probably say it is not idiomatic.

Seems that the issue is still appearing after a time of using this module. The issue happened after a couple of months using the module. Finallt, it is worth to...

Just wanted to complement @nicolascb's answer for newcomers. His solution works but for `go1.24`; patch versions (_e.g. go1.24.2_) are not working ATM. To solve this, just install `go1.24` and then:...