12 lines
141 B
Go
Raw Normal View History

package main
import (
2021-05-31 17:20:56 +07:00
"github.com/ledgerwatch/erigon/cmd/sentry/commands"
)
// generate the messages
func main() {
commands.Execute()
}