MCPcopy Create free account
hub / github.com/koding/kite / init

Function init

examples/exp2/exp2.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func init() {
13 rand.Seed(time.Now().UnixNano())
14}
15
16func main() {
17 // Create a kite

Callers

nothing calls this directly

Calls 1

SeedMethod · 0.80

Tested by

no test coverage detected