aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/app.go')
-rw-r--r--cmd/web/app.go4
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
}
-