mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 22:28:21 +00:00
0be3044b7e
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
8 lines
120 B
Go
8 lines
120 B
Go
package main
|
|
|
|
import "github.com/ledgerwatch/erigon/cmd/snapshots/seeder/commands"
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|