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
Hello - I'm sure this is already a known issue, but I don't see any active issues about this. It's currently impossible to set a value or call a method on a non-pointer struct. That's a bit of a problem if you're working with an external Golang library that doesn't directly deal with pointers; not sure if there's anything that can be done about this.
Hello - I'm sure this is already a known issue, but I don't see any active issues about this. It's currently impossible to set a value or call a method on a non-pointer struct. That's a bit of a problem if you're working with an external Golang library that doesn't directly deal with pointers; not sure if there's anything that can be done about this.
For example, the following is impossible:
The text was updated successfully, but these errors were encountered: