VottusCode
VottusCode
+1 for Discord!
As far as I know no Discord server exists at the moment.
don't close.
You may edit the panel's code to do that; I will guide you through a simple implementation, however use it at your own risk! 1. We need to create a...
Yeah, I got the same errors as @NoNoNo when I was attempting to fix the unit test in my PR. I thought that there's only something wrong with me, as...
Or, make the context argument in the .Exec() function optional and by default use context.Background()
> Thanks for the suggestion. We thought about this as well, but we don't want to make the parameter optional because it should be enforced everywhere (or not). > >...
> Can I ask what kind of application you are writing or why you don't care about the context? A simple REST API. I don't think that more than `context.Background()`...
Will do. Still, i think my request is still applicable and background context will be used in a lot of microservices (which Go is used with a lot).
> If the microservices have a any kind of API then you would also use the http's requests context. You could do that even in a CLI, where sending a...