mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-15 23:38:19 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
|
package main
|
||
|
|
||
|
import "github.com/ledgerwatch/turbo-geth/cmd/snapshots/tracker/commands"
|
||
|
|
||
|
func main() {
|
||
|
commands.Execute()
|
||
|
}
|