From 0e346bf5ad4852db5db82343b2aca5911c38ad00 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 4 Feb 2017 18:16:22 -0500 Subject: Moved the libraries around --- steam/unix.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 steam/unix.go (limited to 'steam/unix.go') diff --git a/steam/unix.go b/steam/unix.go deleted file mode 100644 index caa4b43..0000000 --- a/steam/unix.go +++ /dev/null @@ -1,10 +0,0 @@ -// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris - -package steam - -import ( - "os" - "path/filepath" -) - -var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps") -- cgit v1.2.3