mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
In preparation for the next commit which bumps golang to a newer version, we want to make some code changes that would otherwise render some log-related calls problematic. With go1.24 a new govet rule was added that disallows non-constant strings (i.e including a tag like "%s") in calls to printf. See more in the related issue https://github.com/golang/go/issues/60529. |
||
|---|---|---|
| .. | ||
| config.go | ||
| interface.go | ||
| interface_test.go | ||
| log.go | ||
| manager.go | ||
| proto.go | ||