chaned go mod name

This commit is contained in:
2025-09-21 18:56:33 -07:00
parent 9d1566cfdf
commit 2f83ed2cf2
41 changed files with 551 additions and 81 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/internal/models/types"
"github.com/sstent/go-garth/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/internal/utils"
)
// Data defines the interface for Garmin Connect data models.