mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: vincent <419436363@qq.com> Co-authored-by: colinlyguo <colinlyguo@scroll.io> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "bridge-history-api/cmd/db_cli/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|