Implemented structs
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
type Scanner struct {
|
||||
files chan *fs.File
|
||||
functions chan *core.Function
|
||||
types chan *types.Type
|
||||
types chan types.Type
|
||||
errors chan error
|
||||
queued sync.Map
|
||||
group sync.WaitGroup
|
||||
|
Reference in New Issue
Block a user