mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
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.
5 lines
78 B
Go
5 lines
78 B
Go
//go:build !kvdb_postgres
|
|
|
|
package postgres
|
|
|
|
func Init(maxConnections int) {}
|