Add note for privatizing struct vars

v3-experimental-wait-ping-context
Jack Christensen 2017-01-07 12:58:37 -06:00
parent ecedf3d94a
commit 356fcd4b0e
1 changed files with 2 additions and 0 deletions

2
v3.md
View File

@ -34,3 +34,5 @@ Copy protocol support (this potentially ties in with text/binary protocol)
ValueReader / msgReader cleanup
Make easier / possible to mock Conn or ConnPool (https://github.com/jackc/pgx/pull/162)
Every field that should not be set by user should be replaced by accessor method (e.g. Conn.PID, Conn.SecretKey)