mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
chaned go mod name
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user