Files
go-garth/cmd/garth/main.go

9 lines
88 B
Go

package main
import (
"garmin-connect/cmd/garth/cmd"
)
func main() {
cmd.Execute()
}