Skip to content

Commit

Permalink
private -> unexported
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 27, 2024
1 parent 86075b6 commit 5b603c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsn.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type Config struct {
ParseTime bool // Parse time values to time.Time
RejectReadOnly bool // Reject read-only connections

// private fields. new options should be come here
// unexported fields. new options should be come here

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

0 comments on commit 5b603c9

Please sign in to comment.