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:
Elle Mouton
2023-01-17 13:16:58 +02:00
parent c6abf585ee
commit 3dfaa88bb4
8 changed files with 2 additions and 16 deletions

View File

@ -1,5 +1,4 @@
//go:build kvdb_postgres
// +build kvdb_postgres
package postgres