Documentation ¶
Overview ¶
Package config saves and fetches settings used by the df2 tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Config settings. Config = settings{ Name: filename, Errors: false, // contains filtered or unexported fields } )
View Source
var ErrNoEditor = errors.New(`no suitable editor could be found
please set one by creating a $EDITOR environment variable in your shell configuration`)
ErrNoEditor no editor error.
View Source
var ErrSaveType = errors.New("unsupported value interface type")
ErrSaveType bad value type.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.