const github.com/jackc/pgtype.microsecondsPerSecond
11 uses
github.com/jackc/pgtype (current package)
interval.go#L15: microsecondsPerSecond = 1000000
interval.go#L16: microsecondsPerMinute = 60 * microsecondsPerSecond
interval.go#L158: microseconds += seconds * microsecondsPerSecond
interval.go#L214: seconds := (absMicroseconds % microsecondsPerMinute) / microsecondsPerSecond
interval.go#L215: microseconds := absMicroseconds % microsecondsPerSecond
time.go#L41: int64(value.Second())*microsecondsPerSecond +
time.go#L87: seconds := usec / microsecondsPerSecond
time.go#L88: usec -= seconds * microsecondsPerSecond
time.go#L134: usec += seconds * microsecondsPerSecond
time.go#L186: seconds := usec / microsecondsPerSecond
time.go#L187: usec -= seconds * microsecondsPerSecond
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |