2
0

Use Go 1.19's lists for proper formatting

This commit is contained in:
Alexey Palazhchenko
2023-01-23 07:22:36 +04:00
committed by Jack Christensen
parent e48e7a7189
commit f581584148
3 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -210,9 +210,9 @@ func NetworkAddress(host string, port uint16) (network, address string) {
//
// In addition, ParseConfig accepts the following options:
//
// servicefile
// libpq only reads servicefile from the PGSERVICEFILE environment variable. ParseConfig accepts servicefile as a
// part of the connection string.
// - servicefile.
// libpq only reads servicefile from the PGSERVICEFILE environment variable. ParseConfig accepts servicefile as a
// part of the connection string.
func ParseConfig(connString string) (*Config, error) {
var parseConfigOptions ParseConfigOptions
return ParseConfigWithOptions(connString, parseConfigOptions)