Added a check for unused imports
This commit is contained in:
parent
9ea99c97c4
commit
2d905c1ac0
14 changed files with 138 additions and 31 deletions
|
@ -4,10 +4,12 @@ import (
|
|||
"sync"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/build/core"
|
||||
"git.akyoto.dev/cli/q/src/build/fs"
|
||||
)
|
||||
|
||||
// Scanner is used to scan files before the actual compilation step.
|
||||
type Scanner struct {
|
||||
files chan *fs.File
|
||||
functions chan *core.Function
|
||||
errors chan error
|
||||
queued sync.Map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue