Comment on Gobs of data (2011)Comments−assbuttbuttass2yGob is a great serialization format! It's super easy to use, and supports go native types (kind of like Python's pickle).For a recent project, I needed a simple key-value store. I was evaluating using a full RDBMS, but I ended up just putting gob files in a directory.
Comments
Gob is a great serialization format! It's super easy to use, and supports go native types (kind of like Python's pickle).
For a recent project, I needed a simple key-value store. I was evaluating using a full RDBMS, but I ended up just putting gob files in a directory.