You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
792 B
20 lines
792 B
6 years ago
|
## go-nsq
|
||
|
|
||
|
[![Build Status](https://secure.travis-ci.org/nsqio/go-nsq.svg?branch=master)][travis] [![GoDoc](https://godoc.org/github.com/nsqio/go-nsq?status.svg)](https://godoc.org/github.com/nsqio/go-nsq) [![GitHub release](https://img.shields.io/github/release/nsqio/go-nsq.svg)](https://github.com/nsqio/go-nsq/releases/latest)
|
||
|
|
||
|
The official Go package for [NSQ][nsq].
|
||
|
|
||
|
### Docs
|
||
|
|
||
|
See [godoc][nsq_gopkgdoc] and the [main repo apps][apps] directory for examples of clients built
|
||
|
using this package.
|
||
|
|
||
|
### Tests
|
||
|
|
||
|
Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed).
|
||
|
|
||
|
[nsq]: https://github.com/nsqio/nsq
|
||
|
[nsq_gopkgdoc]: http://godoc.org/github.com/nsqio/go-nsq
|
||
|
[apps]: https://github.com/nsqio/nsq/tree/master/apps
|
||
|
[travis]: http://travis-ci.org/nsqio/go-nsq
|