1 2 3 4 5 6 7
// +build !windows,!darwin package bitmask import "os" var ConfigPath = os.Getenv("HOME") + "/.config/leap"