Documentation
¶
Overview ¶
This stub keeps the package compilable when something imports it in a CGO_ENABLED=0 build (e.g. `go build -tags libfdbc` without cgo, or tooling that type-checks every package). Open then fails gracefully with a clear message instead of the package failing to compile. The normal selector, pkg/internal/fdbclient, imports this package only under -tags libfdbc, which is a cgo build — so this stub is a safety net for a nonsensical tag/cgo combination, not a path the default build ever reaches.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.