celestia-node
celestia-node copied to clipboard
cmd: Move build info that is currently stored next to version command into separate file
Let's move all the build-related stuff to a related cmd package. Some of the build related info(filled with ldflags) is stored in cmd/celestia/version.go and should be moved to cmd/info.go
Can I give this a try?
Sure go ahead @0xJepsen
Where should the new printBuildInfo in the new info.go file be called?