MCPcopy
hub / github.com/gogf/gf / Time

Struct Time

os/gtime/gtime_time.go:19–21  ·  view source on GitHub ↗

Time is a wrapper for time.Time for additional features.

Source from the content-addressed store, hash-verified

17
18// Time is a wrapper for time.Time for additional features.
19type Time struct {
20 wrapper
21}
22
23// iUnixNano is an interface definition commonly for custom time.Time wrapper.
24type iUnixNano interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected