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:
2
vendor/github.com/radovskyb/watcher/watcher.go
generated
vendored
2
vendor/github.com/radovskyb/watcher/watcher.go
generated
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user