1.1.1
This is a production release of go-codec.
It includes fixes including:
- 32-bit OS support
- more robust chan encoding/decoding
- at end of Encode(), call Flush() method of passed io.Reader if available
- handle struct field of type *time.Time appropriately
- improved error messages