lnd/kvdb/postgres/no_db.go
Elle Mouton 3dfaa88bb4
kvdb/postgres: remove old +build directive and cleanup
Due to the update of the kvdb package to go1.18, the `// +build`
directives are no longer required. They are removed in this commit in
order to simplify upcoming commits. Along the way, a few typos are fixed
and an unused struct is removed.
2023-01-23 09:05:11 +02:00

5 lines
78 B
Go

//go:build !kvdb_postgres
package postgres
func Init(maxConnections int) {}