From 1c493317857e729597bb59fc0878b49106257582 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 12 Jul 2015 14:56:44 -0800 Subject: Fixes mm-1420 adding postgres support --- Godeps/_workspace/src/github.com/lib/pq/oid/doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Godeps/_workspace/src/github.com/lib/pq/oid/doc.go (limited to 'Godeps/_workspace/src/github.com/lib/pq/oid/doc.go') diff --git a/Godeps/_workspace/src/github.com/lib/pq/oid/doc.go b/Godeps/_workspace/src/github.com/lib/pq/oid/doc.go new file mode 100644 index 000000000..caaede248 --- /dev/null +++ b/Godeps/_workspace/src/github.com/lib/pq/oid/doc.go @@ -0,0 +1,6 @@ +// Package oid contains OID constants +// as defined by the Postgres server. +package oid + +// Oid is a Postgres Object ID. +type Oid uint32 -- cgit v1.2.3-1-g7c22