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
There is a lot of code that checks for const char * which is then handled differently e.g. converting it from/to a Go string. The check itself is repeated throughout the code. This should be refactored so that the check is done in a global function.
The text was updated successfully, but these errors were encountered:
There is a lot of code that checks for const char * which is then handled differently e.g. converting it from/to a Go string. The check itself is repeated throughout the code. This should be refactored so that the check is done in a global function.
The text was updated successfully, but these errors were encountered: