MCPcopy Index your code
hub / github.com/dnote/dnote / clock

Struct clock

pkg/clock/clock.go:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type clock struct{}
31
32func (c *clock) Now() time.Time {
33 return time.Now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected