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