Skip to content

Commit

Permalink
Merge pull request avelino#26 from BurntSushi/master
Browse files Browse the repository at this point in the history
Add TOML parser
  • Loading branch information
Thiago Avelino committed Jul 6, 2014
2 parents 7611fba + 68ff40e commit 56a53ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw

* Specific Formats
* [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go.
* [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection).
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go
Expand Down

0 comments on commit 56a53ba

Please sign in to comment.