From 0e62a3b46b25e7c101b14ed44235f3c276982fc0 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 19 Mar 2021 21:19:42 -0400 Subject: Sweeping changes to switch to bootstrap and make the UI overall a bit more user friendly --- cmd/web/app.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd/web/app.go') 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 } - -- cgit v1.2.3