mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
This adds a tools.go file to import all command packages used for go:generate. Doing so makes it possible to execute go-based code generators using 'go run', locking in the tool version using go.mod. Co-authored-by: Felix Lange <fjl@twurst.com> |
||
|---|---|---|
| .. | ||
| block.go | ||
| execution.go | ||
| flags.go | ||
| gen_header.go | ||
| gen_stenv.go | ||
| transaction.go | ||
| transition.go | ||
| utils.go | ||