Skip to content

Commit

Permalink
added Markdown Learning section
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Jul 6, 2014
1 parent e6a526e commit 5fca1a3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
- [ORM](#orm)
- [Imagery](#imagery)
- [Text Processing](#text-processing)
- [Machine Learning](#machine-learning)
- [Testing](#testing)
- [Audio](#audio)
- [DevOps Tools](#devops-tools)
Expand Down Expand Up @@ -133,11 +134,17 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go.
* [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
* [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go
* [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer


## Machine Learning

*Libraries for Machine Learning.*

* [CloudForest](https://github.com/ryanbressler/CloudForest) - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go.


## Testing

*Libraries for testing codebases and generating test data.*
Expand Down

0 comments on commit 5fca1a3

Please sign in to comment.