MCPcopy 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
70func init() {
71 rand.Seed(time.Now().UnixNano())
72}
73
74func main() {
75 initFlags()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected