database/sql.DB.putConn (method)
3 uses
database/sql (current package)
sql.go#L475: dc.db.putConn(dc, err, true)
sql.go#L1263: db.putConn(ret.conn, ret.err, false)
sql.go#L1351: func (db *DB) putConn(dc *driverConn, err error, resetSession bool) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |