aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/app.go
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:25:40 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:25:40 -0400
commit0fc3eda77004f41c5f0a804028da2d90b0373ea7 (patch)
treeedf6d74e6a2b7140350eab1e40d0fbf70e10f87c /cmd/web/app.go
parentf4fcd237b2d0eb950fc15a8af1fb0894b6ad6359 (diff)
downloadsteam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.gz
steam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.xz
Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo'
Diffstat (limited to 'cmd/web/app.go')
-rw-r--r--cmd/web/app.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/web/app.go b/cmd/web/app.go
index 11df3ac..00f2c23 100644
--- a/cmd/web/app.go
+++ b/cmd/web/app.go
@@ -20,8 +20,6 @@ type App struct {
templateFS fs.FS
staticFS fs.FS
-
- // download chan string
}
// NewApp sets up the steam library for us