mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 01:21:47 +00:00
chaned go mod name
This commit is contained in:
@@ -2,9 +2,9 @@ package garmin_test
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"go-garth/internal/api/client"
|
||||
"go-garth/internal/data"
|
||||
"go-garth/internal/testutils"
|
||||
"github.com/sstent/go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/internal/data"
|
||||
"github.com/sstent/go-garth/internal/testutils"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user