forked from TrueCloudLab/rclone
http: add missing comment to pacify linter
This commit is contained in:
parent
bb65974e2f
commit
1f005a82ad
1 changed files with 1 additions and 0 deletions
|
@ -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{})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue