Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppName string = "nao" Version string = "v1.2.0" )
View Source
const ( TypeImported string = "imported" TypeDefault string = "default" TypeMerged string = "merged" TypeMain string = "main" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
Editor Editor `yaml:"editor"`
Preferences Preferences `yaml:"preferences"`
Paths Paths
}
var App AppConfig
type Preferences ¶
Click to show internal directories.
Click to hide internal directories.