package
0.1.20
Repository: https://github.com/vanadium/go.lib.git
Documentation: pkg.go.dev

# Functions

FromBase64 returns new metadata initialized with the given base64 encoded data.
FromMap returns new metadata initialized with the given entries.
FromXML returns new metadata initialized with the given XML encoded data.
Insert sets the built-in metadata entry for id to value, and returns the previous value.
LDFlag returns the flag to pass to the Go ld linker to initialize the built-in metadata with x.
LDFlagExternal returns the flag to pass to the Go ld linker to initialize the string variable defined in pkgpath to the base64 encoding of x.
Lookup retrieves the value for the given id from the built-in metadata.
ToBase64 returns the base64 encoding of the built-in metadata.
ToMap returns a copy of the entries in the built-in metadata.
ToXML returns the XML encoding of the built-in metadata.

# Variables

BuiltIn represents the metadata built-in to the Go program.

# Structs

T represents the metadata for a program binary.