Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adeljck/PassGet
/ GetCurrentDateString
Function
GetCurrentDateString
modules/utils/modules.go:41–43 ·
view source on GitHub ↗
(format string)
Source
from the content-addressed store, hash-verified
39
return
user.HomeDir
40
}
41
func
GetCurrentDateString(format string) string {
42
return
time.Now().Format(format)
43
}
Callers
1
GetFromProcess
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected