Namespace: go.std.debug.buildinfo

v1.0

Contents

Summary

Provides a low-level interface to the debug/buildinfo package.

Package buildinfo 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).

Build information is available for the currently running binary in
runtime/debug.ReadBuildInfo.

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types