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.
9 lines
243 B
9 lines
243 B
6 years ago
|
// Package nsq is the official Go package for NSQ (http://nsq.io/)
|
||
|
//
|
||
|
// It provides high-level Consumer and Producer types as well as low-level
|
||
|
// functions to communicate over the NSQ protocol
|
||
|
package nsq
|
||
|
|
||
|
// VERSION
|
||
|
const VERSION = "1.0.7"
|