1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures/golint/import-dot.go
2018-02-04 15:02:45 -08:00

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"