Skeleton of helper location recorder

This commit is contained in:
2024-09-14 12:33:09 +02:00
parent 322905809c
commit 93d3f1113f
4 changed files with 102 additions and 0 deletions

View File

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