1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

Remove slice not used anymore

This commit is contained in:
Andrey Nering 2017-02-28 19:21:03 -03:00
parent f3e741889a
commit c7154d4102

View File

@ -7,11 +7,6 @@ import (
"github.com/mattn/go-zglob"
)
var dirsToSkip = []string{
".git",
"node_modules",
}
func minTime(a, b time.Time) time.Time {
if !a.IsZero() && a.Before(b) {
return a