diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-03-04 18:50:47 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-03-04 18:50:47 -0500 |
| commit | 3b6f5647b0689abf04be73c3cf00297051753435 (patch) | |
| tree | 3de6871abf37849c1e9f86dfc90ee2b3ed74c66e /cmd/web/unix.go | |
| parent | eaf02771d767e4745572d9b00e71e138ee030e60 (diff) | |
| download | steam-export-3b6f5647b0689abf04be73c3cf00297051753435.tar.gz steam-export-3b6f5647b0689abf04be73c3cf00297051753435.tar.xz | |
Refactor. Pull most of the functions into methods off of an App struct.
Kill most global variables.
Diffstat (limited to 'cmd/web/unix.go')
| -rw-r--r-- | cmd/web/unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/unix.go b/cmd/web/unix.go index bbe6087..ba028ab 100644 --- a/cmd/web/unix.go +++ b/cmd/web/unix.go @@ -13,4 +13,3 @@ var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps func startBrowser() { return } - |
