We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec60c2 commit 193c826Copy full SHA for 193c826
dsn.go
@@ -29,9 +29,9 @@ var (
29
// Config is a configuration parsed from a DSN string
30
type Config struct {
31
User string // Username
32
- Passwd string // Password, requires User
+ Passwd string // Password (requires User)
33
Net string // Network type
34
- Addr string // Network address, requires Net
+ Addr string // Network address (requires Net)
35
DBName string // Database name
36
Params map[string]string // Connection parameters
37
Collation string // Connection collation
0 commit comments