DEBSOURCES
Skip Quicknav
sources / golang-github-smallstep-nosql / 0.7.0-2 / postgresql / nopostgresql.go
12345678
//go:build nopgx // +build nopgx package postgresql import "github.com/smallstep/nosql/database" type DB = database.NotSupportedDB