From 4cd260d87f4ff08eb51398f47f50f0a44897230b Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 17 Aug 2012 16:25:13 +0300 Subject: [PATCH] added postgres import --- timespans/storage_postgres.go | 1 + 1 file changed, 1 insertion(+) diff --git a/timespans/storage_postgres.go b/timespans/storage_postgres.go index 2822c0393..44e75b85f 100644 --- a/timespans/storage_postgres.go +++ b/timespans/storage_postgres.go @@ -22,6 +22,7 @@ import ( "database/sql" "encoding/json" "fmt" + _ "github.com/bmizerany/pq" ) type PostgresStorage struct {