Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmks/toml-parser
A breakable toy to learn Go
https://github.com/jmks/toml-parser
go toml toml-parser
Last synced: about 2 months ago
JSON representation
A breakable toy to learn Go
- Host: GitHub
- URL: https://github.com/jmks/toml-parser
- Owner: jmks
- Created: 2019-08-30T01:28:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T04:01:57.000Z (over 5 years ago)
- Last Synced: 2024-06-11T18:44:54.602Z (7 months ago)
- Topics: go, toml, toml-parser
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## toml parser in Go
I am (re-)learning Go, so thought I could parse toml files as a breakable toy.
Roughly following [this classic article](https://blog.gopheracademy.com/advent-2014/parsers-lexers/)
And if it is not obvious enough:
# Not for Production Use!!