From 4ed57528379c9d1ac0f5bc77b95439bbba3d4488 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Nov 2020 01:13:16 -0500 Subject: Initial version of a web interface --- cmd/web/unix.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cmd/web/unix.go (limited to 'cmd/web/unix.go') diff --git a/cmd/web/unix.go b/cmd/web/unix.go new file mode 100644 index 0000000..6b1b1ae --- /dev/null +++ b/cmd/web/unix.go @@ -0,0 +1,10 @@ +// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris + +package main + +import ( + "os" + "path/filepath" +) + +var DefaultLib string = filepath.Join(os.Getenv("HOME"), ".steam/steam/steamapps") -- cgit v1.2.3