mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-08 14:31:53 +02:00
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.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
//go:build kvdb_postgres
|
||||
// +build kvdb_postgres
|
||||
|
||||
package postgres
|
||||
|
||||
|
Reference in New Issue
Block a user