diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-02-06 09:06:37 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-02-06 09:06:37 -0500 |
| commit | 0dc6e92cd018aa0ecea5349a14599279e1a2a574 (patch) | |
| tree | 81e071239c7a0c5bd9e7d1edbcf25bd9913f656e /lib/config/config.go | |
| parent | c7ab6d7782486fda6d6327ba8306e474daef677a (diff) | |
| download | steam-export-old_dev.tar.gz steam-export-old_dev.tar.xz | |
Simplified the Archive library. Added a way to pull the config from the web applicationold_dev
Diffstat (limited to 'lib/config/config.go')
| -rw-r--r-- | lib/config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config/config.go b/lib/config/config.go index 839acbf..ab003cb 100644 --- a/lib/config/config.go +++ b/lib/config/config.go @@ -9,8 +9,8 @@ import ( ) type Config struct { - SteamRepositories []string `yaml:"SteamRepositories"` - DefaultRepository string `yaml:"DefaultRepository"` + SteamRepositories []string `yaml:"SteamRepositories" json:"SteamRepositories"` + DefaultRepository string `yaml:"DefaultRepository" json:"DefaultRepository"` Listen string } |
