diff --git a/README.md b/README.md index 751da04..164e0ab 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings * [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap * [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions -* [ib](https://github.com/jsgilmore/ib) - Go infiniband libraries for linux machines. ## OpenGL @@ -395,14 +394,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [blackfriday](https://github.com/russross/blackfriday) - Markdown processor in Go * [github_flavored_markdown](http://godoc.org/github.com/shurcooL/go/github_flavored_markdown) - GitHub Flavored Markdown renderer in Go. * [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer - * [gocc](https://code.google.com/p/gocc) - Gocc is a compiler kit for Go written in Go. * [gographviz](https://code.google.com/p/gographviz) - Parses the Graphviz DOT language. * [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format. * [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. * [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. * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. - * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go. @@ -416,11 +413,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [facebook](https://github.com/huandu/facebook) - Go Library that supports the Facebook Graph API * [github](https://github.com/google/go-github) - Go library for accessing the GitHub API. +* [gostorm](https://github.com/jsgilmore/gostorm) - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. * [hipchat](https://github.com/andybons/hipchat) - This project implements a golang client library for the Hipchat API. * [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - A golang package to communicate with HipChat over XMPP. * [mixpanel](https://github.com/dukex/mixpanel) - Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. * [smite](https://github.com/sergiotapia/smitego) - Go package to wraps access to the Smite game API. -* [gostorm](https://github.com/jsgilmore/gostorm) - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. ## Utilities @@ -543,8 +540,10 @@ Software written in Go. * [Docker](http://www.docker.com/) - An open platform for distributed applications for developers and sysadmins. * [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. * [fleet](https://github.com/coreos/fleet) - A Distributed init System. +* [gocc](https://code.google.com/p/gocc) - Gocc is a compiler kit for Go written in Go. * [Juju](https://juju.ubuntu.com/) - Cloud-agnostic service deployment and orchestraton - supports EC2, Azure, Openstack, MAAS and more. * [nsq](http://nsq.io/) - A realtime distributed messaging platform +* [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [Postman](https://github.com/zachlatta/postman) - Command-line utility for batch-sending email. * [syncthing](http://www.syncthing.net/) - An open, decentralized file synchronization tool and protocol. * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. @@ -559,6 +558,8 @@ Software written in Go. + + # Resources Where to discover new Go libraries.