type github.com/google/uuid.Time
10 uses
github.com/google/uuid (current package)
time.go#L15: type Time int64
time.go#L35: func (t Time) UnixTime() (sec, nsec int64) {
time.go#L45: func GetTime() (Time, uint16, error) {
time.go#L51: func getTime() (Time, uint16, error) {
time.go#L66: return Time(now), clockSeq, nil
time.go#L112: func (uuid UUID) Time() Time {
time.go#L113: var t Time
time.go#L117: t = Time(time)
time.go#L120: t = Time((time>>16)*10000 + g1582ns100)
time.go#L125: t = Time(time)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |