Fixed importing the same directory twice
This commit is contained in:
parent
84b4731815
commit
b776775f8f
2 changed files with 7 additions and 0 deletions
|
@ -11,4 +11,5 @@ type Scanner struct {
|
|||
functions chan *core.Function
|
||||
errors chan error
|
||||
group sync.WaitGroup
|
||||
queued sync.Map
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue