mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
7 lines
102 B
Go
7 lines
102 B
Go
/*
|
|
Package xtime helps generating
|
|
time.Duration from seconds represented
|
|
as float64.
|
|
*/
|
|
package xtime
|