diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-03-19 21:19:42 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-03-19 21:19:42 -0400 |
| commit | 0e62a3b46b25e7c101b14ed44235f3c276982fc0 (patch) | |
| tree | fe37304d6e36dcb5ebe1e921a20795c38d476165 /cmd/web/app.go | |
| parent | 1e435e039d95ad8834dc3f3cd244ff87d5624c73 (diff) | |
| download | steam-export-0e62a3b46b25e7c101b14ed44235f3c276982fc0.tar.gz steam-export-0e62a3b46b25e7c101b14ed44235f3c276982fc0.tar.xz | |
Sweeping changes to switch to bootstrap and make the UI overall a bit more user friendly
Diffstat (limited to 'cmd/web/app.go')
| -rw-r--r-- | cmd/web/app.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/web/app.go b/cmd/web/app.go index 8f6df89..b0749b5 100644 --- a/cmd/web/app.go +++ b/cmd/web/app.go @@ -1,8 +1,8 @@ package main import ( - "sync" "html/template" + "sync" "time" "riedstra.dev/mitch/steam-export/steam" @@ -23,7 +23,6 @@ type statusInfo struct { Start *time.Time } - type App struct { Library *steamLib Status *statusInfo @@ -72,4 +71,3 @@ func (a *App) LibraryReload() { a.LibrarySet(cur) return } - |
