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
The fastest way to grok this project is to read the Getting Started guide. Many of the other wiki articles presume you're familiar with what is discussed in this guide.
This article discusses how msgp maps Go's type system onto MessagePack, and vice-versa. Topics include numerical overflow, complex numbers, time.Time, and type system extensions.
You can also see Tips and Tricks for fine tuning your data types.