-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
flint shows an error when using a single dot import line in a file:
internal/ast/nes.go => plugin 'imports' failed: invalid one liner import : import . "github.com/retroenv/nesgo/pkg/addressing"
the import is:
import . "github.com/retroenv/nesgo/pkg/addressing"
what works instead:
import (
. "github.com/retroenv/nesgo/pkg/addressing"
)
Metadata
Metadata
Assignees
Labels
No labels