mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
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.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
d973cf1060
commit
0b4e03f5fc
@ -1,3 +1,4 @@
|
||||
//go:build dev
|
||||
// +build dev
|
||||
|
||||
package kvdb
|
||||
|
Reference in New Issue
Block a user