This question already has an answer here:
- Unable to decode gob data 1 answer
Here is my playground where I am trying to serialize a list of structures and read back from the file.
https://play.golang.org/p/8x0uciOd1Sq
I was expecting the object to be decoded successfully. What am I doing wrong?
</div>