database/sql.driverConn.onPut (field)
5 uses
database/sql (current package)
sql.go#L470: onPut []func() // code (with db.mu held) run when conn is next returned
sql.go#L1332: c.onPut = append(c.onPut, func() {
sql.go#L1376: for _, fn := range dc.onPut {
sql.go#L1379: dc.onPut = nil
![]() |
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. |