Skip to content

Commit 86075b6

Browse files
committed
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

+1
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)