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.
Matthias Schneider
71c66464c1
|
6 years ago | |
---|---|---|
.. | ||
ChangeLog.md | 6 years ago | |
Gopkg.lock | 6 years ago | |
Gopkg.toml | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
UPGRADING.md | 6 years ago | |
api_request.go | 6 years ago | |
command.go | 6 years ago | |
config.go | 6 years ago | |
config_flag.go | 6 years ago | |
conn.go | 6 years ago | |
consumer.go | 6 years ago | |
delegates.go | 6 years ago | |
errors.go | 6 years ago | |
message.go | 6 years ago | |
producer.go | 6 years ago | |
protocol.go | 6 years ago | |
states.go | 6 years ago | |
test.sh | 6 years ago | |
version.go | 6 years ago |
README.md
go-nsq
The official Go package for NSQ.
Docs
See godoc and the main repo 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).