lnd/kvdb
Oliver Gugger 0b4e03f5fc
multi: add golang 1.17 compatible build tags
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md

The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07:00
..
etcd multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
postgres kvdb: add postgres 2021-09-21 10:44:18 +02:00
backend_js.go kvdb: exclude anything bbolt related from JS builds 2021-07-22 09:47:37 +02:00
backend.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
bolt_compact.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
bolt_fixture.go kvdb/test: add bolt test 2021-07-12 11:31:11 +02:00
bolt_test.go kvdb: extra test coverage for kvdb.Prefetch 2021-09-14 13:12:23 +02:00
config.go bbolt sync-freelist ignored 2021-09-27 06:49:56 +01:00
debug.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
etcd_test.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
go.mod kvdb: add postgres 2021-09-21 10:44:18 +02:00
go.sum kvdb: add postgres 2021-09-21 10:44:18 +02:00
interface.go etcd: add kvdb.Prefetch 2021-09-14 13:12:22 +02:00
kvdb_etcd.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
kvdb_no_etcd.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
log.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
nodebug.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
postgres_test.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
prefetch_test.go kvdb: extra test coverage for kvdb.Prefetch 2021-09-14 13:12:23 +02:00
readwrite_bucket_test.go kvdb: add postgres 2021-09-21 10:44:18 +02:00
readwrite_cursor_test.go kvdb/test: fix cursor tests to match bbolt semantics 2021-07-12 11:31:09 +02:00
readwrite_tx_test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00
test.go kvdb/test: generalize etcd tests 2021-07-12 11:31:05 +02:00