We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7da20e commit 86be7ceCopy full SHA for 86be7ce
options.go
@@ -47,7 +47,7 @@ type options struct {
47
// WithAddr setup the URI
48
func WithAddr(addr string) Option {
49
return func(w *options) {
50
- w.addr = "nats://" + addr
+ w.addr = addr
51
}
52
53
0 commit comments