Implemented package specific structs

This commit is contained in:
2025-02-08 16:06:39 +01:00
parent 91bafc0867
commit 97cdcbd1cb
15 changed files with 121 additions and 78 deletions

View File

@ -12,7 +12,7 @@ import (
type Scanner struct {
files chan *fs.File
functions chan *core.Function
types chan types.Type
structs chan *types.Struct
errors chan error
queued sync.Map
group sync.WaitGroup