mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
9 lines
111 B
Go
9 lines
111 B
Go
//go:build go1.15
|
|
// +build go1.15
|
|
|
|
package pq
|
|
|
|
import "database/sql/driver"
|
|
|
|
var _ driver.Validator = &conn{}
|