func github.com/jackc/pgpassfile.ParsePassfile

2 uses

	github.com/jackc/pgpassfile (current package)
		pgpass.go#L34: 	return ParsePassfile(f)
		pgpass.go#L38: func ParsePassfile(r io.Reader) (*Passfile, error) {