mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
8 lines
124 B
Go
8 lines
124 B
Go
package main
|
|
|
|
import "github.com/ledgerwatch/erigon/cmd/downloader/generator/commands"
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|