mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 00:52:40 +00:00
fix: resolve build errors and implement missing health data types
- Fix various build errors in the CLI application. - Implement missing health data types (VO2 Max, Heart Rate Zones). - Corrected `tablewriter` usage from `SetHeader` to `Header`. - Removed unused imports and fixed syntax errors.
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"garmin-connect/internal/types"
|
||||
"garmin-connect/internal/utils"
|
||||
"go-garth/internal/types"
|
||||
"go-garth/internal/utils"
|
||||
)
|
||||
|
||||
// GetOAuth1Token retrieves an OAuth1 token using the provided ticket
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"garmin-connect/internal/auth/oauth"
|
||||
"garmin-connect/internal/types"
|
||||
"go-garth/internal/auth/oauth"
|
||||
"go-garth/internal/types"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user