Jon Potter
Jon Potter
This is also a problem for me. I made [a similar fiddle](http://jsfiddle.net/ntquywLw/3/). It does seem like there must be a better way to implement the each binder.
Since it's been three years with no merge I found this fork that fixes this: https://github.com/ctf0/macros
I got it working with ST3: https://github.com/thijsdezoete/sublime-text-isort-plugin/pull/3 Hopefully I didn't break anything. I only tested the import sorting.
We could use the Wiki on this repository.
I ran into this error due to an invalid code signature. You can check if the signature is valid with `codesign -v bin/mockgen` (no output means valid). If it is...
Another workaround that works for me is to set `CGO_ENABLED=0`. For example: ``` CGO_ENABLED=0 go install go.uber.org/mock/mockgen@latest ```
Upgrading from Go 1.21 to 1.23 fixed it for me!