mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-24 17:15:17 +00:00
8 lines
165 B
Go
8 lines
165 B
Go
//go:generate go run ./gen.go
|
|
|
|
// Package oid contains OID constants as defined by the Postgres server.
|
|
package oid
|
|
|
|
// Oid is a Postgres Object ID.
|
|
type Oid uint32
|