mirror of
https://github.com/mudler/luet.git
synced 2025-09-10 19:49:06 +00:00
Switch to go mod
This commit is contained in:
2
vendor/github.com/hpcloud/tail/watch/filechanges.go
generated
vendored
2
vendor/github.com/hpcloud/tail/watch/filechanges.go
generated
vendored
@@ -8,7 +8,7 @@ type FileChanges struct {
|
||||
|
||||
func NewFileChanges() *FileChanges {
|
||||
return &FileChanges{
|
||||
make(chan bool, 1), make(chan bool, 1), make(chan bool, 1)}
|
||||
make(chan bool), make(chan bool), make(chan bool)}
|
||||
}
|
||||
|
||||
func (fc *FileChanges) NotifyModified() {
|
||||
|
Reference in New Issue
Block a user