aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/unix.go
blob: bbe608790541d504b42352c3b81e259819fecdb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// +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")

// TODO
func startBrowser() {
	return
}