forked from TrueCloudLab/rclone
Tardigrade Backend: Dependencies
This commit is contained in:
parent
962fbc8257
commit
03b629064a
544 changed files with 86690 additions and 2 deletions
7
vendor/github.com/spacemonkeygo/monkit/v3/monotime/monotime_fallback.go
generated
vendored
Normal file
7
vendor/github.com/spacemonkeygo/monkit/v3/monotime/monotime_fallback.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build !windows
|
||||
|
||||
package monotime
|
||||
|
||||
import "time"
|
||||
|
||||
func elapsed() time.Duration { return time.Since(initTime) }
|
Loading…
Add table
Add a link
Reference in a new issue