github.com/decred/dcrlnd@v0.7.6/kvdb/postgres/no_db.go (about) 1 //go:build !kvdb_postgres 2 // +build !kvdb_postgres 3 4 package postgres 5 6 func Init(maxConnections int) {}