1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Files
revive/testdata/dot_imports_default.go

6 lines
80 B
Go

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