mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
fixups for repo move
This commit is contained in:
@@ -2,9 +2,9 @@ language: go
|
||||
go:
|
||||
- 1.4
|
||||
install:
|
||||
- DST=~/gopath/src/github.com/apcera
|
||||
- DST=~/gopath/src/github.com/nats-io
|
||||
- mkdir -p "$DST"
|
||||
- git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats
|
||||
- git clone --depth=1 --quiet https://github.com/nats-io/nats.git "$DST"/nats
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
|
||||
12
README.md
12
README.md
@@ -1,8 +1,8 @@
|
||||
# gnatsd
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
[](http://travis-ci.org/apcera/gnatsd)
|
||||
[](https://github.com/apcera/gnatsd/releases/tag/v0.6.0)
|
||||
[](https://coveralls.io/r/apcera/gnatsd?branch=master)
|
||||
[](http://travis-ci.org/nats-io/gnatsd)
|
||||
[](https://github.com/nats-io/gnatsd/releases/tag/v0.6.0)
|
||||
[](https://coveralls.io/r/nats-io/gnatsd?branch=master)
|
||||
|
||||
A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org)
|
||||
|
||||
@@ -109,11 +109,11 @@ presentations, references and more.
|
||||
## Client libraries
|
||||
|
||||
There are several client language bindings for NATS.
|
||||
- [Go](https://github.com/apcera/nats)
|
||||
- [Go](https://github.com/nats-io/nats)
|
||||
- [Java](https://github.com/tyagihas/java_nats)
|
||||
- [Java - Spring](https://github.com/mheath/jnats)
|
||||
- [Node.js](https://github.com/derekcollison/node_nats)
|
||||
- [Ruby](https://github.com/derekcollison/nats)
|
||||
- [Node.js](https://github.com/nats-io/node-nats)
|
||||
- [Ruby](https://github.com/nats-io/ruby-nats)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user