mirror of https://github.com/minio/minio.git
9 lines
243 B
Go
9 lines
243 B
Go
|
// 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"
|