func github.com/jackc/pgservicefile.ReadServicefile

2 uses

	github.com/jackc/pgservicefile (current package)
		pgservicefile.go#L33: func ReadServicefile(path string) (*Servicefile, error) {

	github.com/jackc/pgconn
		config.go#L515: 	servicefile, err := pgservicefile.ReadServicefile(servicefilePath)