Nic Johnson
Nic Johnson
> so it might as well be a struct as in a dedicated struct for this ```go type ErrorHandlers struct { OnAnyErr ErrorHandler OnConnectionErr ErrorHandler ... } ``` with the...
Can't link you to the code (because private repo) but the redacted gist of the change with this new behavior is ```go log.Trace("Project ID not found, creating") var resp createProjectResponse...
@mw9000 oof. that is _terrible_. But it's arguably less terrible than the "dont use named statements, and instead manually specify values lists and do parameter list flattening" that I'm doing...
I'm also pretty consistently running into this issue as well.