Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86075b6

Browse files
committedFeb 26, 2024
add doc comment
1 parent e42533e commit 86075b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎dsn.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func NewConfig() *Config {
9292
return cfg
9393
}
9494

95+
// Apply applies the given options to the Config object.
9596
func (c *Config) Apply(opts ...Option) error {
9697
for _, opt := range opts {
9798
err := opt(c)

0 commit comments

Comments
 (0)
Please sign in to comment.