Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultConfigDir ¶
Types ¶
type Config ¶
type Config struct { General GeneralConfig Gist GistConfig }
Config is a struct of config
var Conf Config
Conf is global config variable
type FlagConfig ¶
type FlagConfig struct { Debug bool Query string Layout string Delimiter string Upload bool OneLine bool }
FlagConfig is a struct of flag
var Flag FlagConfig
Flag is global flag variable
type GeneralConfig ¶
Click to show internal directories.
Click to hide internal directories.