sync - build workin

This commit is contained in:
2025-09-22 18:45:54 -07:00
parent e04cd5160e
commit b98fed177d
110 changed files with 10189 additions and 8337 deletions

View File

@@ -5,8 +5,8 @@ import (
"net/url"
"time"
types "go-garth/internal/models/types"
"go-garth/shared/models"
types "github.com/sstent/go-garth/models/types"
"github.com/sstent/go-garth-cli/shared/models"
)
// APIClient defines the interface for making API calls that data packages need.

View File

@@ -5,7 +5,7 @@ import (
"sync"
"time"
"go-garth/internal/utils"
"github.com/sstent/go-garth/utils"
)
// Data defines the interface for Garmin Connect data models.