File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,18 @@ A DSN in its fullest form:
64
64
username:password@protocol(address)/dbname?param=value
65
65
```
66
66
67
- Except the databasename all values are optional, so the minimal DSN is:
67
+ Except of the databasename, all values are optional. So the minimal DSN is:
68
68
```
69
69
/dbname
70
70
```
71
71
72
- If you don't want to preselect a database, leave ` dbname ` empty:
72
+ If you do not want to preselect a database, leave ` dbname ` empty:
73
73
```
74
74
/
75
75
```
76
76
77
77
### Password
78
- Passwords may consist of any char. No escaping necessary.
78
+ Passwords can consist of any character. Escaping is not necessary.
79
79
80
80
### Protocol
81
81
See [ net.Dial] ( http://golang.org/pkg/net/#Dial ) for more information which networks are available.
You can’t perform that action at this time.
0 commit comments