1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-04 10:24:49 +02:00
revive/testdata/golint/import-dot.go

9 lines
154 B
Go
Raw Normal View History

2018-01-24 05:13:02 +02:00
// Test that dot imports are flagged.
// Package pkg ...
package pkg
import . "fmt" // MATCH /should not use dot imports/
var _ Stringer // from "fmt"