1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-14 10:52:54 +02:00
revive/testdata/dot_imports_default.go

6 lines
80 B
Go
Raw Normal View History

package fixtures
import (
. "context" // MATCH /should not use dot imports/
)