mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-16 15:48:46 +00:00
12 lines
141 B
Go
12 lines
141 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/sentry/commands"
|
|
)
|
|
|
|
// generate the messages
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|