Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var I settings
I contains current settings properties from settings.yaml
Functions ¶
Types ¶
type ErrorDisplay ¶
type ErrorDisplay int
ErrorDisplay describes how incorrectly typed letters should be displayed
const ( // ErrorDisplayTyped says the typed letter should be displayed ErrorDisplayTyped ErrorDisplay = iota // ErrorDisplayText says the text letter should be displayed ErrorDisplayText )
func (ErrorDisplay) String ¶
func (e ErrorDisplay) String() string
Click to show internal directories.
Click to hide internal directories.