1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-12 03:19:52 +02:00
revive/fixtures/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"