mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
9 lines
201 B
Go
9 lines
201 B
Go
package fixtures
|
|
|
|
import(
|
|
"crypto/md5"
|
|
"strings"
|
|
_ "crypto/md5" // MATCH /Package "crypto/md5" already imported/
|
|
str "strings" // MATCH /Package "strings" already imported/
|
|
)
|