package
1.2.1
Repository: https://github.com/maja42/ember.git
Documentation: pkg.go.dev

# Functions

Embed embeds the attachments into the target executable.
EmbedFiles embeds the given files into the target executable.
RemoveEmbedding removes any data embedded with ember from the executable.

# Variables

ErrAlreadyEmbedded is returned if the target executable already contains attachments.
ErrNothingEmbedded is returned if the executable does not contain any attachments.
SkipCompatibilityCheck is used during emeddeding.

# Type aliases

PrintlnFunc is used for logging the embedding progress.