MCPcopy
hub / github.com/EngoEngine/engo / realTime

Struct realTime

clock.go:14–14  ·  view source on GitHub ↗

realTime is the actual timer that uses time.Now().UnixNano()

Source from the content-addressed store, hash-verified

12
13// realTime is the actual timer that uses time.Now().UnixNano()
14type realTime struct{}
15
16// Now implements the timer interface
17func (realTime) Now() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected