mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
8 lines
90 B
Go
8 lines
90 B
Go
package main
|
|
|
|
import "scroll-tech/bridge/cmd/msg_relayer/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|