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