mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
refactor: change structure project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/lorsanstand/HomeOps-Hub/agent/internal/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
start, err := app.NewApp()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
start.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user