mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +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()
|
|
}
|