Documentation ¶
Overview ¶
Package binversion provides access to information embedded in a Go binary about how it was built. This includes the Go toolchain version, and the set of modules used (for binaries built in module mode).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotGoExe is returned when a given executable file is valid but does // not contain Go build information. ErrNotGoExe = errors.New("not a Go executable") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.