mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 17:45:17 +03:00
9 lines
128 B
Go
9 lines
128 B
Go
package main
|
|
|
|
import "github.com/lorsanstand/HomeOps-Hub/internal/hub/app"
|
|
|
|
func main() {
|
|
start := app.NewApp()
|
|
start.Run()
|
|
}
|