One of the big go gotchas is redeclaring a variable within a loop when using go routines/errgroups (https://github.com/golang/go/discussions/56010 / A decade of experience shows the cost of the current semantics).
Didn't seem to find it, but that's always a fun one.
Pretty sure you can set up aws to forward sqs to sns and have if then fan-out? I suppose this was for a specific use case?
One of the big go gotchas is redeclaring a variable within a loop when using go routines/errgroups (https://github.com/golang/go/discussions/56010 / A decade of experience shows the cost of the current semantics).
Didn't seem to find it, but that's always a fun one.
Awesome! Recently started using sqlite <> cgo and that's resulted in a fairly sizeable binary. Unsure if this will help much, but one to try out.