LearnGO/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0
2024-09-19 21:38:24 -04:00
..
.travis.yml whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.sum whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE whatcanGOwrong 2024-09-19 21:38:24 -04:00
pgpass_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
pgpass.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00

Build Status

pgpassfile

Package pgpassfile is a parser PostgreSQL .pgpass files.

Extracted and rewritten from original implementation in https://github.com/jackc/pgx.