Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeImageBase64 ¶
EncodeImageBase64 encodes an image in PNG format and convert it in base64
func ParseOption ¶
ParseOption parses an Option String returning the Key and Value
Types ¶
type Options ¶
type Options struct { String map[string]string Bool map[string]bool Generic map[string]interface{} }
Options are the parameters to the compilation. They can be obtained throught command line parameters or HeaderParagraphs
func NewOptions ¶
func NewOptions() Options
NewOptions create a Options struct and initialize all maps
Click to show internal directories.
Click to hide internal directories.