Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2020 v0.1.0 May 11, 2020 Changes in this version + var App = &AppConfig + var Cache = &CacheConfig + type AppConfig struct + LogFileExt string + LogSaveName string + LogSavePath string + TimeFormat string + type CacheConfig struct + UseCache bool + UseMovieCache bool + UseSearchCache bool + UseTrailerCache bool + type Config struct + App *AppConfig + Cache *CacheConfig + func LoadConfig(path string) (*Config, error)