1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-18 01:03:14 +00:00

Tardigrade Backend: Dependencies

This commit is contained in:
Caleb Case
2020-05-11 14:57:46 -04:00
committed by Nick Craig-Wood
parent 962fbc8257
commit 03b629064a
544 changed files with 86690 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
// +build !windows
package monotime
import "time"
func elapsed() time.Duration { return time.Since(initTime) }