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
I just removed the line, which had no impact on how I use this package. But am switching to another serializing package to make sure no problems will arise.
https://github.com/cybriq/gotiny I forked this to fix this problem. I can't tell of course whether this breaks the implementation in any way as I didn't check to see if the udp multicast protocol I use this as codec for works but I presume it does.
It looks like I am adopting this project. I timed its performance and there is nothing faster. The rest of the world needs to just adopt go and forget their stupid generics and objects and ten year long compilations and 5 billion breaking changes every week.
Hi,
The newly released Go 1.18 breaks this with the following when building:
.\unsafe.go:47:3: //go:linkname must refer to declared function or variable
The text was updated successfully, but these errors were encountered: