Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 636 Bytes

Goblin

Goblin is a libray for reading, writing, and manipulating Go gob encoded values and streams, forked from PyGob. The gob format is a binary format used for storing and transmitting Go data structures. The gob format can encode all Go types:

  • primitive types like bool, int, float, etc

  • arrays and slices

  • struct types

License

PyGob is licensed under the MIT license.

Author

PyGob is maintained by Martin Geisler.