mirror of
https://github.com/vbatts/dedupe-linker.git
synced 2025-08-02 15:30:28 +00:00
*: fixup and go vet
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
2dadf80440
commit
71720092db
4 changed files with 4 additions and 5 deletions
|
@ -9,10 +9,10 @@ type Walker struct {
|
|||
}
|
||||
|
||||
func (w Walker) Walk(path string, quit chan int) error {
|
||||
|
||||
// XXX what is going on here?
|
||||
select {
|
||||
case <-quit:
|
||||
return nil
|
||||
close(quit)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue