https://github.com/johan-bolmsjo/pot
Package pot (Pieces of Text) provides a lightweight text serialization parser for Go
https://github.com/johan-bolmsjo/pot
configuration-files go golang parsing-library
Last synced: 2 months ago
JSON representation
Package pot (Pieces of Text) provides a lightweight text serialization parser for Go
- Host: GitHub
- URL: https://github.com/johan-bolmsjo/pot
- Owner: johan-bolmsjo
- License: mit
- Created: 2015-10-05T17:48:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T07:20:18.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T19:09:51.490Z (3 months ago)
- Topics: configuration-files, go, golang, parsing-library
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Package pot (Pieces of Text) provides a lightweight text serialization parser
that is intended to be used together with Go's encoding.TextUnmarshaler
interface.Further information is available in the package documentation.
Please see the LICENSE file for details about licensing.