MCPcopy Create free account
hub / github.com/goinaction/code / init

Function init

chapter7/patterns/search/searchers.go:12–14  ·  view source on GitHub ↗

init is called before main.

()

Source from the content-addressed store, hash-verified

10
11// init is called before main.
12func init() {
13 rand.Seed(time.Now().UnixNano())
14}
15
16// Google provides support for Google searches.
17type google struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected