* feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> * feat: kubesphere 4.0 Signed-off-by: ci-bot <ci-bot@kubesphere.io> --------- Signed-off-by: ci-bot <ci-bot@kubesphere.io> Co-authored-by: ks-ci-bot <ks-ci-bot@example.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
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{}
|