mirror of
https://github.com/mgechev/revive.git
synced 2025-01-30 04:31:00 +02:00
6 lines
80 B
Go
6 lines
80 B
Go
package fixtures
|
|
|
|
import (
|
|
. "context" // MATCH /should not use dot imports/
|
|
)
|