Hi Gophers,

I have updated the list of Go interfaces you may find at
http://sweetohm.net/article/go-interfaces.en.html

New interfaces in this 1.8 release are the following:

- ConnBeginTx (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L186
- ConnPrepareContext (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L164
- ExecerContext (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L109
- Pinger (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L83
- Pusher (net/http): https://github.com/golang/go/
blob/go1.8/src/net/http/http.go#L119
- QueryerContext (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L135
- RowsColumnTypeDatabaseTypeName (database/sql/driver):
https://github.com/golang/go/blob/go1.8/src/database/sql/
driver/driver.go#L324
- RowsColumnTypeLength (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L340
- RowsColumnTypeNullable (database/sql/driver):
https://github.com/golang/go/blob/go1.8/src/database/sql/
driver/driver.go#L349
- RowsColumnTypePrecisionScale (database/sql/driver):
https://github.com/golang/go/blob/go1.8/src/database/sql/
driver/driver.go#L360
- RowsColumnTypeScanType (database/sql/driver):
https://github.com/golang/go/blob/go1.8/src/database/sql/
driver/driver.go#L314
- RowsNextResultSet (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L297
- Source64 (math/rand): https://github.com/golang/go/
blob/go1.8/src/math/rand/rand.go#L32
- StmtExecContext (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L248
- StmtQueryContext (database/sql/driver): https://github.com/golang/go/
blob/go1.8/src/database/sql/driver/driver.go#L257
- Symbol (plugin): https://github.com/golang/go/
blob/go1.8/src/plugin/plugin.go#L73

<http://sweetohm.net/article/go-interfaces.en.html>Enjoy!
-- 
Michel Casabianca

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to