aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Xe/gopreload/database/postgres/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Xe/gopreload/database/postgres/main.go')
-rw-r--r--vendor/github.com/Xe/gopreload/database/postgres/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/Xe/gopreload/database/postgres/main.go b/vendor/github.com/Xe/gopreload/database/postgres/main.go
new file mode 100644
index 0000000..41efb5b
--- /dev/null
+++ b/vendor/github.com/Xe/gopreload/database/postgres/main.go
@@ -0,0 +1,5 @@
+//+build go1.8
+
+package main
+
+import _ "github.com/lib/pq"