mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
|
package main
|
||
|
|
||
|
import "github.com/ledgerwatch/turbo-geth/cmd/snapshots/generator/commands"
|
||
|
|
||
|
func main() {
|
||
|
commands.Execute()
|
||
|
}
|