mirror of
https://github.com/rclone/rclone.git
synced 2025-06-24 14:01:31 +02:00
http: add missing comment to pacify linter
This commit is contained in:
parent
bb65974e2f
commit
1f005a82ad
@ -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…
x
Reference in New Issue
Block a user