Skip to content

Commit c65a65e

Browse files
committed
typo: remove todo
1 parent 7f4f101 commit c65a65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"gopls": {
33
"ui.semanticTokens": true
44
}
5-
}
5+
}

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type SQCloudConfig struct {
4747
Secure bool // Connect using plain TCP port, without TLS encryption, NOT RECOMMENDED (insecure)
4848
NonLinearizable bool // Request for immediate responses from the server node without waiting for linerizability guarantees
4949
TlsInsecureSkipVerify bool // Accept invalid TLS certificates (no_verify_certificate)
50-
Pem string // TODO: ?
50+
Pem string
5151
RootCertificate string
5252
ClientCertificate string
5353
ClientCertificateKey string

0 commit comments

Comments
 (0)