feat: Implement Phase 1A: Package Reorganization & CLI Foundation

This commit is contained in:
2025-09-18 13:56:15 -07:00
parent 8490252bb5
commit b47ff34d5a
10 changed files with 360 additions and 17 deletions

View File

@@ -1,9 +1,5 @@
package main
import (
"garmin-connect/cmd/garth/cmd"
)
func main() {
cmd.Execute()
}
Execute()
}