Some working

This commit is contained in:
2024-09-16 16:55:29 +02:00
parent 93d3f1113f
commit c357c533e3
11 changed files with 474 additions and 74 deletions

11
src/main.go Normal file
View File

@@ -0,0 +1,11 @@
/*
Copyright © 2024 Tianyu Liu
*/
package main
import "github.com/t-liu93/home-automation-backend/cmd"
func main() {
cmd.Execute()
}