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