package main import ( "github.com/ledgerwatch/turbo-geth/cmd/headers/commands" ) func main() { commands.Execute() }