mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
6 lines
85 B
Go
6 lines
85 B
Go
//go:build odbc
|
|
// +build odbc
|
|
|
|
package sql
|
|
|
|
import _ "github.com/alexbrainman/odbc"
|