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