Example #1
0
File: bux.go Project: tslnc04/go-1
func buxLog(user string) string {
	return s.UserDir(user) + "/buxlog"
}
Example #2
0
File: bux.go Project: tslnc04/go-1
func buxFile(user string) string {
	return s.UserDir(user) + "/bux"
}