mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 20:17:17 +00:00
9 lines
120 B
Go
9 lines
120 B
Go
package main
|
|
|
|
import "github.com/ledgerwatch/turbo-geth/cmd/integration/commands"
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|
|
|