From 3b6f5647b0689abf04be73c3cf00297051753435 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 4 Mar 2021 18:50:47 -0500 Subject: Refactor. Pull most of the functions into methods off of an App struct. Kill most global variables. --- cmd/web/unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/web/unix.go') 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 } - -- cgit v1.2.3