1
0
mirror of https://github.com/go-task/task.git synced 2025-06-19 00:27:36 +02:00

update deps and moving from github.com/mvdan/sh to mvdan.cc/sh

This commit is contained in:
Andrey Nering
2017-09-02 11:19:00 -03:00
parent 72bfd94329
commit 2b2852aad7
28 changed files with 293 additions and 86 deletions

View File

@ -57,7 +57,7 @@ func (e Op) String() string {
return "???"
}
// An Event desribes an event that is received when files or directory
// An Event describes an event that is received when files or directory
// changes occur. It includes the os.FileInfo of the changed file or
// directory and the type of event that's occurred and the full path of the file.
type Event struct {