Documentation ¶ Overview ¶ Package version reports the Go version used to build program executables. Index ¶ type Version func ReadExe(file string) (Version, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Version ¶ type Version struct { Release string // Go version (runtime.Version in the program) BoringCrypto bool // program uses BoringCrypto StandardCrypto bool // program uses standard crypto (replaced by BoringCrypto) } Version is the information reported by ReadExe. func ReadExe ¶ func ReadExe(file string) (Version, error) ReadExe reports information about the Go version used to build the program executable named by file. Source Files ¶ View all Source files asm.goexe.goread.go Click to show internal directories. Click to hide internal directories.