Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Regenerate easyjson after rebase | Matthew Heon | 2018-08-24 |
| | | | | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1322 Approved by: mheon | ||
* | Swap from FFJSON to easyjson | Matthew Heon | 2018-08-24 |
FFJSON has serialization differences versus stock Go - namely, it does not respect the MarshalText() and UnmarshalText() methods, particularly on []byte, which causes incompatability with pre-FFJSON containers which contained DNS servers. EasyJSON does not have these issues, and might even be slightly faster. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1322 Approved by: mheon |