7 lines
94 B
Go
7 lines
94 B
Go
//go:build !(android || wasm || javascript)
|
|
|
|
package pgsql
|
|
|
|
import (
|
|
_ "github.com/lib/pq"
|
|
)
|