mirror of
https://github.com/luxfi/coreth.git
synced 2026-07-27 00:14:26 +00:00
12 lines
301 B
Go
12 lines
301 B
Go
// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
//go:build tools
|
|
|
|
package coreth
|
|
|
|
import (
|
|
_ "github.com/fjl/gencodec"
|
|
_ "golang.org/x/tools/imports" // golang.org/x/tools to satisfy requirement for go.uber.org/mock/mockgen@v0.5
|
|
)
|