mirror of
https://github.com/rclone/rclone.git
synced 2025-12-14 23:33:22 +00:00
Tardigrade Backend: Dependencies
This commit is contained in:
committed by
Nick Craig-Wood
parent
962fbc8257
commit
03b629064a
7
vendor/github.com/spacemonkeygo/monkit/v3/monotime/monotime.go
generated
vendored
Normal file
7
vendor/github.com/spacemonkeygo/monkit/v3/monotime/monotime.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package monotime
|
||||
|
||||
import "time"
|
||||
|
||||
var initTime = time.Now()
|
||||
|
||||
func Now() time.Time { return initTime.Add(elapsed()) }
|
||||
Reference in New Issue
Block a user