Initial Cobra-Viper setup
This commit is contained in:
commit
81578bca67
5 changed files with 176 additions and 0 deletions
11
src/main.go
Normal file
11
src/main.go
Normal 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()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue