Skip to content

Commit 5b603c9

Browse files
committed
private -> unexported
1 parent 86075b6 commit 5b603c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type Config struct {
6969
ParseTime bool // Parse time values to time.Time
7070
RejectReadOnly bool // Reject read-only connections
7171

72-
// private fields. new options should be come here
72+
// unexported fields. new options should be come here
7373

7474
pubKey *rsa.PublicKey // Server public key
7575
timeTruncate time.Duration // Truncate time.Time values to the specified duration

0 commit comments

Comments
 (0)