Skip to content

Commit 0fd9ab0

Browse files
authored
comment about ///
1 parent 0382378 commit 0fd9ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/conn/conn.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ func (c *conn) take(ctx context.Context) (cc *grpc.ClientConn, err error) {
221221
}
222222

223223
// prepend "ydb" scheme for grpc dns-xresolver to find the proper scheme
224+
/// ydb:///", three slashes is ok. It need for good parse scheme in grpc resolver.
224225
address := "ydb:///" + c.endpoint.Address()
225226

226227
cc, err = grpc.DialContext(ctx, address, c.config.GrpcDialOptions()...)

0 commit comments

Comments
 (0)