package rc import "path" var ( Root = "/home/lighttpd" Etc = path.Join(Root, "etc") WWW = path.Join(Root, "www") CACert = path.Join(Etc, "ca.cypherpunks.ru.pem") )