Documentation ¶
Index ¶
Constants ¶
View Source
const ( SshhHomeName = ".sshh" SshhJsonName = "sshh.json" )
Variables ¶
View Source
var ( UserHome = "" SshhHome = func() string { return UserHome + "/" + SshhHomeName } SshhJson = func() string { return SshhHome() + "/" + SshhJsonName } )
Functions ¶
func CreateJson ¶
func CreateJson(filePath string)
Types ¶
Click to show internal directories.
Click to hide internal directories.