tbotd/vendor/src/github.com/Sereal/Sereal/Go/sereal/doc.go

13 lines
288 B
Go

/*
Package sereal implements the Sereal serialization format
It follows the standard Go Marshal/Unmarshal interface.
For more information on Sereal, please see
http://blog.booking.com/sereal-a-binary-data-serialization-format.html
and
http://github.com/Sereal/Sereal
*/
package sereal