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"
|
"github.com/rclone/rclone/fs"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// AfterEpoch returns the time since the epoch for the given time
|
||||||
func AfterEpoch(t time.Time) bool {
|
func AfterEpoch(t time.Time) bool {
|
||||||
return t.After(time.Time{})
|
return t.After(time.Time{})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue