diff options
Diffstat (limited to 'vendor/github.com/lib/pq/oid/doc.go')
-rw-r--r-- | vendor/github.com/lib/pq/oid/doc.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/lib/pq/oid/doc.go b/vendor/github.com/lib/pq/oid/doc.go deleted file mode 100644 index caaede2..0000000 --- a/vendor/github.com/lib/pq/oid/doc.go +++ /dev/null @@ -1,6 +0,0 @@ -// Package oid contains OID constants -// as defined by the Postgres server. -package oid - -// Oid is a Postgres Object ID. -type Oid uint32 |