mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-28 10:02:11 +00:00
chaned go mod name
This commit is contained in:
@@ -8,11 +8,11 @@ import (
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
internalClient "go-garth/internal/api/client"
|
||||
"go-garth/internal/errors"
|
||||
types "go-garth/internal/models/types"
|
||||
shared "go-garth/shared/interfaces"
|
||||
models "go-garth/shared/models"
|
||||
internalClient "github.com/sstent/go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/internal/errors"
|
||||
types "github.com/sstent/go-garth/internal/models/types"
|
||||
shared "github.com/sstent/go-garth/shared/interfaces"
|
||||
models "github.com/sstent/go-garth/shared/models"
|
||||
)
|
||||
|
||||
// Client is the main Garmin Connect client type
|
||||
|
||||
Reference in New Issue
Block a user