Skip to content

Commit 20e9c93

Browse files
committed
fix: make profile separate package
1 parent 7cd5bd3 commit 20e9c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profile/profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func NatsProfile() Profile {
3535
return Profile{
3636
Registry: nreg.NewNatsRegistry(registry.Addrs(addr)),
3737
Broker: nats.NewNatsBroker(broker.Addrs(addr)),
38-
Store: store.NewFileStore(), // or nats-backed store if available
39-
Transport: transport.NewHTTPTransport(), // or nats transport if available
38+
Store: store.NewFileStore(), // nats-backed store when available
39+
Transport: transport.NewHTTPTransport(), // nats transport when available
4040
}
4141
}
4242

0 commit comments

Comments
 (0)