Files
scroll/roller/cmd/main.go

8 lines
78 B
Go

package main
import "scroll-tech/roller/cmd/app"
func main() {
app.Run()
}