Documentation ¶
Overview ¶
Package version implements reading of build version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientName ¶
ClientName creates a software name/version identifier according to common conventions in the Ethereum p2p network.
func Info ¶
func Info() (version, vcs string)
Info returns build and platform information about the current binary.
If the package that is currently executing is a prefixed by our go-ethereum module path, it will print out commit and date VCS information. Otherwise, it will assume it's imported by a third-party and will return the imported version and whether it was replaced by another module.
Types ¶
Click to show internal directories.
Click to hide internal directories.