mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-12 07:28:08 -05:00
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
10 lines
85 B
Go
10 lines
85 B
Go
package main
|
|
|
|
import (
|
|
"scroll-tech/database/cmd/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|