mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
8 lines
97 B
Go
8 lines
97 B
Go
package main
|
|
|
|
import "scroll-tech/bridge-history-api/cmd/db_cli/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|