• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

test/H25-Dec-2019-

.travis.ymlH A D25-Dec-2019449

ChangeLog.mdH A D25-Dec-20199.2 KiB

LICENSEH A D25-Dec-20191,023

README.mdH A D25-Dec-2019792

UPGRADING.mdH A D25-Dec-20196.9 KiB

api_request.goH A D25-Dec-20191.9 KiB

command.goH A D25-Dec-20196 KiB

command_test.goH A D25-Dec-2019248

config.goH A D25-Dec-201919.2 KiB

config_flag.goH A D25-Dec-2019696

config_flag_test.goH A D25-Dec-2019568

config_test.goH A D25-Dec-20193.1 KiB

conn.goH A D25-Dec-201917.6 KiB

consumer.goH A D25-Dec-201929.4 KiB

consumer_test.goH A D25-Dec-20195.2 KiB

delegates.goH A D25-Dec-20194.9 KiB

doc.goH A D25-Dec-20191.9 KiB

errors.goH A D25-Dec-20191.2 KiB

go.modH A D25-Dec-201981

go.sumH A D25-Dec-2019167

message.goH A D25-Dec-20194.3 KiB

mock_test.goH A D25-Dec-201913.3 KiB

producer.goH A D25-Dec-201910.2 KiB

producer_test.goH A D25-Dec-20197.8 KiB

protocol.goH A D25-Dec-20192.4 KiB

states.goH A D25-Dec-201986

test.shH A D25-Dec-20191.1 KiB

travis.shH A D25-Dec-2019190

version.goH A D25-Dec-201948

README.md

1## go-nsq
2
3[![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)
4
5The official Go package for [NSQ][nsq].
6
7### Docs
8
9See [godoc][nsq_gopkgdoc] and the [main repo apps][apps] directory for examples of clients built
10using this package.
11
12### Tests
13
14Tests are run via `./test.sh` (which requires `nsqd` and `nsqlookupd` to be installed).
15
16[nsq]: https://github.com/nsqio/nsq
17[nsq_gopkgdoc]: http://godoc.org/github.com/nsqio/go-nsq
18[apps]: https://github.com/nsqio/nsq/tree/master/apps
19[travis]: http://travis-ci.org/nsqio/go-nsq
20