mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
5924964a9b
Since `go1.18` the runtime has a package that provides information about module versions, version control information, and build flags embedded in executable files built by the go command. The new packages allows us to get information needed by the `version` command without having to rely on `ldflags` set at build time. This can be really helpful while debugging errors from people using custom binaries. For example a build from master. |
||
---|---|---|
.. | ||
dependencies.go | ||
deployment_dev.go | ||
deployment_prod.go | ||
deployment.go | ||
log_default.go | ||
log_nolog.go | ||
log_shutdown.go | ||
log_stdlog.go | ||
log_test.go | ||
log.go | ||
loglevel_critical.go | ||
loglevel_debug.go | ||
loglevel_default.go | ||
loglevel_error.go | ||
loglevel_info.go | ||
loglevel_off.go | ||
loglevel_trace.go | ||
loglevel_warn.go | ||
logrotator.go | ||
prefix_log.go | ||
version.go |