Update docs for BeginEx

v3-experimental-wait-ping-context
Jack Christensen 2017-01-07 13:12:09 -06:00
parent 356fcd4b0e
commit e871ccfca2
1 changed files with 2 additions and 2 deletions

4
doc.go
View File

@ -190,8 +190,8 @@ type conversion from string.
Transactions
Transactions are started by calling Begin or BeginIso. The BeginIso variant
creates a transaction with a specified isolation level.
Transactions are started by calling Begin or BeginEx. The BeginEx variant
can create a transaction with a specified isolation level.
tx, err := conn.Begin()
if err != nil {