Skip to content

v0.12.3

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 05 Aug 19:48
· 61 commits to master since this release
34d99ce
Simplify Enums from JSONMarshaler to TextMarshaler interface (#29)

* Simplify Enums from JSONMarshaler to TextMarshaler interface

Compared to JSONMarshaler interface, this removes:
1. an extra bytes.NewBufferString() buffer during the marshaling
2. an extra json.Unmarshal() call during the unmarshaling
3. need for "bytes" import in the server-only code

* Regenerate examples