lnd/fuzz/lnwire
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
..
accept_channel.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
announce_signatures.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
channel_announcement.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
channel_reestablish.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
channel_update.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
closing_signed.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
commit_sig.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
error.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
funding_created.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
funding_locked.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
funding_signed.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
fuzz_utils.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
gossip_timestamp_range.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
init.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
node_announcement.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
open_channel.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
ping.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
pong.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
query_channel_range.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
query_short_chan_ids_zlib.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
query_short_chan_ids.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
reply_channel_range_zlib.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
reply_channel_range.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
reply_short_chan_ids_end.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
revoke_and_ack.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
shutdown.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
update_add_htlc.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
update_fail_htlc.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
update_fail_malformed_htlc.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
update_fee.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
update_fulfill_htlc.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00