mirror of
https://github.com/alm494/sql_proxy.git
synced 2026-04-22 19:33:55 +02:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build postgres
|
|
// +build postgres
|
|
|
|
package db
|
|
|
|
import _ "github.com/lib/pq"
|