package
0.11.1
Repository: https://github.com/google/go-sev-guest.git
Documentation: pkg.go.dev

# Functions

Bytes is a flag.Func parsing function that translates a string into a specific byte-width array.
Parse processes all flag data given the input format and the precondition that all input flags have been parsed.
ParseBytes returns the denoted bytes from the reader `in` or an error.

# Constants

Filey indicates the input is coming from a file.
Stringy indicates the input is coming from an argument string.

# Type aliases

InputType represents how data is coming in, either via file or string.