added postgres import

This commit is contained in:
Radu Ioan Fericean
2012-08-17 16:25:13 +03:00
parent aafed9b01e
commit 4cd260d87f

View File

@@ -22,6 +22,7 @@ import (
"database/sql"
"encoding/json"
"fmt"
_ "github.com/bmizerany/pq"
)
type PostgresStorage struct {