Versions in this module Expand all Collapse all v0 v0.3.5 Apr 8, 2025 Changes in this version + func BytesToHex(data []byte) string + func BytesToList(data []byte) string + func WriteToHex(data []byte, w io.Writer) (n int, err error) v0.3.4 Apr 8, 2025 Changes in this version + type Embed struct + Kind Kind + Name string + Patterns []string + Pos token.Position + Spec *ast.ValueSpec + func CheckEmbed(embedPatternPos map[string][]token.Position, fset *token.FileSet, ...) ([]*Embed, error) + type File struct + Data []byte + Hash [16]byte + Name string + func BuildFS(files []*File) []*File + type Kind int + const EmbedBytes + const EmbedFiles + const EmbedMaybeAlias + const EmbedString + const EmbedUnknown + type Resolve interface + Files func() []*File + Load func(dir string, fset *token.FileSet, em *Embed) ([]*File, error) + func NewResolve() Resolve