1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

updating docs

This commit is contained in:
ainsley
2019-06-28 18:38:16 -05:00
parent c11442c680
commit 5759234c1b
183 changed files with 283 additions and 329 deletions

View File

@@ -33,7 +33,7 @@
if err != nil {
log.Fatal(err)
}
nc, err := nats.Connect("localhost", opt)
nc, err := nats.Connect("127.0.0.1", opt)
if err != nil {
log.Fatal(err)
}