An open API service indexing awesome lists of open source software.

https://github.com/youzan/go-nsq


https://github.com/youzan/go-nsq

nsq

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

## go-nsq

[![Build Status](https://travis-ci.com/youzan/go-nsq.svg?branch=master)][travis] [![GoDoc](https://godoc.org/github.com/youzan/go-nsq?status.svg)](https://godoc.org/github.com/youzan/go-nsq) [![GitHub release](https://img.shields.io/github/release/youzan/go-nsq.svg)](https://github.com/youzan/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/youzan/nsq
[nsq_gopkgdoc]: http://godoc.org/github.com/youzan/go-nsq
[apps]: https://github.com/youzan/nsq/tree/master/apps
[travis]: http://travis-ci.com/youzan/go-nsq