-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go-nsq: move to github.com/bitly/go-nsq
- Loading branch information
1 parent
47e7304
commit 51ede02
Showing
63 changed files
with
240 additions
and
2,580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1 @@ | ||
## go-nsq | ||
|
||
`go-nsq` is the official Go package for [NSQ][nsq]. | ||
|
||
It provides the building blocks for developing applications on the [NSQ][nsq] platform in Go. | ||
|
||
Low-level functions and types are provided to communicate over the [NSQ protocol][protocol] as well | ||
as a high-level [Reader][reader] and [Writer][writer] library to implement consumers and producers. | ||
|
||
### Installing | ||
|
||
$ go get github.com/bitly/nsq/nsq | ||
|
||
### Importing | ||
|
||
import "github.com/bitly/nsq/nsq" | ||
|
||
### Docs | ||
|
||
See [godoc][nsq_gopkgdoc] for pretty documentation or: | ||
|
||
# in the nsq package directory | ||
$ go doc | ||
|
||
[nsq]: https://github.com/bitly/nsq | ||
[nsq_gopkgdoc]: http://godoc.org/github.com/bitly/nsq/nsq | ||
[protocol]: http://bitly.github.io/nsq/clients/tcp_protocol_spec.html | ||
[reader]: http://godoc.org/github.com/bitly/nsq/nsq#Reader | ||
[writer]: http://godoc.org/github.com/bitly/nsq/nsq#Writer | ||
**go-nsq** has moved to https://github.com/bitly/go-nsq |
Oops, something went wrong.