From 23a91ebc909de0d768ce3b5965a603dec0725286 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 24 Apr 2019 16:08:12 -0500 Subject: [PATCH] auth_scram.go file comment should not be part of docs --- auth_scram.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_scram.go b/auth_scram.go index 5baa680b..d102d305 100644 --- a/auth_scram.go +++ b/auth_scram.go @@ -9,6 +9,7 @@ // https://github.com/lib/pq/pull/608 // https://github.com/lib/pq/pull/788 // https://github.com/lib/pq/pull/833 + package pgconn import (