Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeexpress/respounder
/ init
Function
init
respounder.go:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
)
69
70
func
init() {
71
rand.Seed(time.Now().UnixNano())
72
}
73
74
func
main() {
75
initFlags()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected