From a35621d28523af3072e85ccb8e3ce9e1a11e1f00 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 6 Jan 2017 18:45:02 -0600 Subject: [PATCH] Add note about cancel and timeouts --- v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3.md b/v3.md index c4f04d7d..d89c4875 100644 --- a/v3.md +++ b/v3.md @@ -20,7 +20,7 @@ Transaction isolation level constants are now typed strings instead of bare stri Organize errors better -Optionally use Go 1.7 context +Optionally use Go 1.7 context / cancel and timeouts could be implemented this way Remove circular dependency between Conn and ConnPool such that ConnPool depends on Conn, but Conn doesn't know anything about ConnPool