From e871ccfca20cb066afb25a057847df51b2199362 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 7 Jan 2017 13:12:09 -0600 Subject: [PATCH] Update docs for BeginEx --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 248c7e26..14843c28 100644 --- a/doc.go +++ b/doc.go @@ -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 {