package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RunDecode decodes HTML entities
RunEncode encodes text as HTML entities
type Options struct {
JSON bool
}
Options configures the html encode/decode command behavior
type Result struct {
Input string `json:"input"`
Output string `json:"output"`
Mode string `json:"mode"`
}
Result represents the output for JSON mode
Source Files
¶
Click to show internal directories.
Click to hide internal directories.