mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 15:08:21 +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