Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goinaction/code
/ init
Function
init
chapter10/listing02/listing02.go:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
)
11
12
func
init() {
13
rand.Seed(time.Now().UnixNano())
14
}
15
16
// =============================================================================
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected