package
0.0.11
Repository: https://github.com/grailbio/base.git
Documentation: pkg.go.dev

# Functions

NewFileWriter returns a writer that can be used to append embedbin files to the binary represented by the provided file.
NewReader returns a new embedbin reader from the provided reader.
NewWriter returns a writer that may be used to append embedbin files to the writer w.
OpenFile parses the provided ReaderAt with the provided size.
Self reads the currently executing binary image as an embedbin and returns a reader to it.
Sniff sniffs a binary's embedbin offset.

# Variables

Deflate compresses embedded files.
ErrCorruptedImage is returned when the embedbin image has been corrupted.
ErrNoSuchFile is returned when the embedbin does not contain an embedded file with the requested name.

# Structs

Info provides information for an embedded file.
Reader reads images from an embedbin.
Writer is used to append embedbin files to an existing binary.

# Type aliases

WriteOpt is an option to NewWriter.