mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
6 lines
103 B
Go
6 lines
103 B
Go
//go:build !kvdb_postgres
|
|
// +build !kvdb_postgres
|
|
|
|
package postgres
|
|
|
|
func Init(maxConnections int) {}
|