mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
8 lines
111 B
Go
8 lines
111 B
Go
//go:build go1.15
|
|
// +build go1.15
|
|
|
|
package pq
|
|
|
|
import "database/sql/driver"
|
|
|
|
var _ driver.Validator = &conn{}
|