Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!