mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
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"
|