From 48df34cc07347044b027bf410bbe078498d4b4b4 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 3 May 2019 14:23:11 -0500 Subject: [PATCH] Fix inadvertent package doc --- auth_scram.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth_scram.go b/auth_scram.go index 8ac8a82b..2c80125c 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 pgx import (