var github.com/golang-jwt/jwt/v5.TimePrecision
5 uses
github.com/golang-jwt/jwt/v5 (current package)
types.go#L18: var TimePrecision = time.Second
types.go#L39: return &NumericDate{t.Truncate(TimePrecision)}
types.go#L53: if TimePrecision < time.Second {
types.go#L54: prec = int(math.Log10(float64(time.Second) / float64(TimePrecision)))
types.go#L56: truncatedDate := date.Truncate(TimePrecision)
![]() |
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. |