mirror of
https://github.com/taigrr/nats.docs
synced 2026-03-28 09:25:38 -07:00
updating docs
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user