http: add missing comment to pacify linter

This commit is contained in:
Nick Craig-Wood 2020-05-10 18:53:38 +01:00
parent bb65974e2f
commit 1f005a82ad

View file

@ -12,6 +12,7 @@ import (
"github.com/rclone/rclone/fs"
)
// AfterEpoch returns the time since the epoch for the given time
func AfterEpoch(t time.Time) bool {
return t.After(time.Time{})
}