mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
7 lines
120 B
Go
7 lines
120 B
Go
package deps
|
|
|
|
// it is a fake file to lock deps
|
|
//nolint:typecheck
|
|
import (
|
|
_ "github.com/golang/mock/mockgen/model"
|
|
)
|