diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-11-20 22:46:45 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-11-20 22:46:45 -0500 |
| commit | 891447f0e40a6d1a9637b3333cffed8eb2543c51 (patch) | |
| tree | fb748b0c6af1670a2b73e5d581f206d0fe26e003 /steam/unix.go | |
| parent | 971cc396e1d01f53f65a86278fd0ac4490565335 (diff) | |
| download | steam-export-891447f0e40a6d1a9637b3333cffed8eb2543c51.tar.gz steam-export-891447f0e40a6d1a9637b3333cffed8eb2543c51.tar.xz | |
Works after reorganization.
Diffstat (limited to 'steam/unix.go')
| -rw-r--r-- | steam/unix.go | 10 |
1 files changed, 0 insertions, 10 deletions
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") |
