rclone/vendor/github.com/spacemonkeygo/monkit/v3/monotime/monotime_fallback.go

8 lines
114 B
Go
Raw Normal View History

2020-05-11 18:57:46 +00:00
// +build !windows
package monotime
import "time"
func elapsed() time.Duration { return time.Since(initTime) }