mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
6 lines
85 B
Go
6 lines
85 B
Go
package main
|
|
|
|
import (
|
|
_ "example.com/foo/bar/test"
|
|
_ "example.org/foo/bar/test"
|
|
)
|