JSON serialization as an option (gob by default, so it have full backward compatibility). Also JSON have around 25% less file size
Minor codestyle fixes - error check in defer, spread operator in test
Go mod file
2020/07/24 20:32:04 gob [One Two Three Four Five Six Seven Eight Nine Ten]
2020/07/24 20:32:04 gob size 816
2020/07/24 20:32:04 json [One Two Three Four Five Six Seven Eight Nine Ten]
2020/07/24 20:32:04 json size 611
Hi. My edits: