Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertJSONToLang ¶
ConvertJSONToLang converts all json files in a directory to lang
func ConvertLangToJSON ¶
ConvertLangToJSON converts all lang files in a directory to json
Types ¶
type Node ¶
Node are strucutres that should have Text or Children, but not both This allows us to store a string-based JSON object of indeterminate depth.
func (*Node) AppendChild ¶
AppendChild Simple way to add a child by the child's tag
Click to show internal directories.
Click to hide internal directories.