1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-13 13:48:36 +02:00
revive/fixtures/import-dot.go
2018-01-23 19:13:02 -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"