mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 17:11:42 +00:00
9 lines
88 B
Go
9 lines
88 B
Go
package main
|
|
|
|
import (
|
|
"garmin-connect/cmd/garth/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |