Documentation ¶
Overview ¶
Package decode assists in document decoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExplodeFilename ¶
ExplodeFilename returns the base name, extension, and a boolean indicating whether the extension is decodable.
func OpenAny ¶
func OpenAny(fs filesystem.Filesystem, base string) (f filesystem.File, ext string, err error)
OpenAny attempts to open base + any supported extension. It returns the open file, the matched extension, or an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.