1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00
revive/testdata/golint/import-dot.go

9 lines
154 B
Go

// Test that dot imports are flagged.
// Package pkg ...
package pkg
import . "fmt" // MATCH /should not use dot imports/
var _ Stringer // from "fmt"