Skip to content

Commit

Permalink
upgrade version to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Oct 25, 2022
1 parent c1e58e8 commit 0df3620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/grpc/internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Options struct {
}

func Dial(opts *Options) (*grpc.ClientConn, error) {
options := make([]grpc.DialOption, 1)
options := make([]grpc.DialOption, 0, 1)

if opts.IsSecure {
if opts.CertFile == "" {
Expand Down

0 comments on commit 0df3620

Please sign in to comment.