Documentation ¶ Index ¶ Variables func Load() error type Config Constants ¶ This section is empty. Variables ¶ View Source var CFG = &Config{} Functions ¶ func Load ¶ func Load() error Load resolves the configuration from defaults, environment variables, command-line flags, and finally the Filo configuration file (which takes precedence). The resulting values are validated before returning. Types ¶ type Config ¶ type Config struct { IgnorePID bool Listen string Command string AuthToken string Term string ColorTerm string Path string InitFile string } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.