mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-11-02 20:14:02 +08:00
ignore staticcheck warnings
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -48,10 +48,9 @@ var (
|
||||
Long: "Wireguard Interactive Connectitivty Establishment",
|
||||
}
|
||||
|
||||
// set via ldflags -X / goreleaser
|
||||
version string
|
||||
commit string
|
||||
date string
|
||||
version string //lint:ignore U1000 set via ldflags -X / goreleaser
|
||||
commit string //lint:ignore U1000 set via ldflags -X / goreleaser
|
||||
date string //lint:ignore U1000 set via ldflags -X / goreleaser
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user