Initial Cobra-Viper setup

This commit is contained in:
AntoineH 2024-09-03 11:20:50 +02:00
commit 81578bca67
5 changed files with 176 additions and 0 deletions

11
src/main.go Normal file
View file

@ -0,0 +1,11 @@
/*
Copyright © 2024 Antoine Harle antoine.harle@proton.me
*/
package main
import "github.com/AntoineHX/multi-motors-controller/src/cmd"
func main() {
cmd.Execute()
}