diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ type Config struct { IconURL string SkipTLSVerify bool } + General struct { + GiphyAPIKey string + } } func NewConfig(cfgfile string) *Config { |