From 742de83e9ed58f5fddc1a3c92d414c1888fcc7d5 Mon Sep 17 00:00:00 2001 From: yotamshacham Date: Thu, 20 Oct 2016 01:04:56 -0700 Subject: [PATCH] missing import --- postgres.go | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres.go b/postgres.go index 9498a5ab..437cb063 100644 --- a/postgres.go +++ b/postgres.go @@ -5,6 +5,7 @@ import ( "database/sql/driver" "fmt" "reflect" + "strings" "time" "github.com/lib/pq/hstore"