diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-08-04 23:53:36 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-08-04 23:53:36 -0400 |
| commit | c202f2eca32e1ab2e313417168351df1c58ee062 (patch) | |
| tree | 6540629b337d2d769581baec26096ac0555f71f9 /cmd/web/install.go | |
| parent | 742938b00222c7ad57ad11eb24850d9202c2503d (diff) | |
| download | steam-export-c202f2eca32e1ab2e313417168351df1c58ee062.tar.gz steam-export-c202f2eca32e1ab2e313417168351df1c58ee062.tar.xz | |
More major changes. Web UI works. Downloading games works. Status works. extractFile needs work
Diffstat (limited to 'cmd/web/install.go')
| -rw-r--r-- | cmd/web/install.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/web/install.go b/cmd/web/install.go index e59a5c5..2645797 100644 --- a/cmd/web/install.go +++ b/cmd/web/install.go @@ -1,5 +1,7 @@ package main +/* + import ( "fmt" "io" @@ -111,3 +113,4 @@ func (a *App) installer() { a.LibraryReload() } } +*/ |
