Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.08 KB

go-nsq

go-nsq is the official Go package for NSQ.

Build Status

The latest stable release is 0.3.4.

It provides high-level Reader and Writer types to implement consumers and producers as well as low-level functions to communicate over the NSQ protocol.

See the main repo apps directory for examples of clients built using this package.

Installing

$ go get github.com/bitly/go-nsq

Importing

import "github.com/bitly/go-nsq"

Docs

See godoc for pretty documentation or:

# in the go-nsq package directory
$ go doc