aboutsummaryrefslogtreecommitdiff
path: root/steam/unix.go
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-02-04 18:16:22 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-02-04 18:16:22 -0500
commit0e346bf5ad4852db5db82343b2aca5911c38ad00 (patch)
tree5a2528211318da0c550dfb5ca576a0292ed8176b /steam/unix.go
parent41752a0cf50735bc29dae18271539719f7b59f7c (diff)
downloadsteam-export-0e346bf5ad4852db5db82343b2aca5911c38ad00.tar.gz
steam-export-0e346bf5ad4852db5db82343b2aca5911c38ad00.tar.xz
Moved the libraries around
Diffstat (limited to 'steam/unix.go')
-rw-r--r--steam/unix.go10
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")