Files
scroll/database/cmd/main.go

10 lines
85 B
Go

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