diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-04-03 13:09:45 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-04-03 13:09:45 -0400 |
| commit | 1fcb5ee549fa7ba4b7bfa7e62c15dbb8a01c38b5 (patch) | |
| tree | a7030830b9df35ec761d34a48453ba9108e673dc /cmd/web/app.go | |
| parent | ae22addfc7984a147aeb80ab14c6b2833a7dc4b2 (diff) | |
| download | steam-export-1fcb5ee549fa7ba4b7bfa7e62c15dbb8a01c38b5.tar.gz steam-export-1fcb5ee549fa7ba4b7bfa7e62c15dbb8a01c38b5.tar.xz | |
Some changes to make supporting a demo environment easier. Docker compose demo.
Diffstat (limited to 'cmd/web/app.go')
| -rw-r--r-- | cmd/web/app.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web/app.go b/cmd/web/app.go index 1050343..bc8385a 100644 --- a/cmd/web/app.go +++ b/cmd/web/app.go @@ -30,6 +30,7 @@ type statusInfo struct { type App struct { Library *steamLib Status *statusInfo + Demo bool Templates *template.Template |
