mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
Add ext type for https://github.com/gofrs/uuid uuid type. Change test and README from github.com/satori/go.uuid to github.com/gofrs/uuid. The reason is due to this issue: https://github.com/satori/go.uuid/issues/73. This was taken on board and fixed in the community project of gofrs. The gofrs implementation has the same interface as the original.