mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: yiweichi <yiweichi@users.noreply.github.com>
8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "scroll-tech/rollup/cmd/blob_uploader/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|