You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry I missed this issue being opened. This must be handled by code analysis. A linter could provide a warning. If you look at the codemod directory, I have some source code analyzers that auto-convert to use go-recovery. So on a CI server these could be ran to produce a warning (I forget if there are options for that or if you would have to modify and run a git dirty check).
Catching some errors is better than none though, so I don't see this as a reason to not use this library where you are able to.
Hi, I have a doubt. When I develop it with my co-worker, I don't want anyone to use the
go func()
directly. how do i limit them ?The text was updated successfully, but these errors were encountered: