lnd/kvdb/postgres/no_db.go

6 lines
78 B
Go
Raw Normal View History

2021-11-17 09:45:45 +01:00
//go:build !kvdb_postgres
package postgres
func Init(maxConnections int) {}