mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
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()
|
|
}
|