In section `Partial Decoding`, there is one line which could not run correctly. ```decoder := thrifter.NewDecoder(reader)``` should be ```decoder := thrifter.NewDecoder(reader, nil)```
In section
Partial Decoding, there is one line which could not run correctly.decoder := thrifter.NewDecoder(reader)should be
decoder := thrifter.NewDecoder(reader, nil)