Oleg Atamanenko

thoughts about programming

Tag: golang

How to add YAML support to go-restful

go-restful is a go package used for building REST-style web services. It is potent, but it supports JSON and XML out of the box only. Fortunately, go-restful allows registering custom serialization schemes.

Continue Reading…