From 932ab508652a2d6047c8d47556c6855672fdcea8 Mon Sep 17 00:00:00 2001 From: hisham waleed karam Date: Sun, 14 Oct 2018 16:48:16 +0200 Subject: [PATCH] fix golint --- utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index 948bc28..fcd68e9 100644 --- a/utils.go +++ b/utils.go @@ -8,6 +8,7 @@ import ( "path/filepath" "strings" + //postgres Driver _ "github.com/lib/pq" yaml "gopkg.in/yaml.v2" )