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