mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-31 03:21:46 +00:00
chaned go mod name
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/api/client"
|
||||
"go-garth/internal/data"
|
||||
"go-garth/internal/stats"
|
||||
"github.com/sstent/go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/internal/data"
|
||||
"github.com/sstent/go-garth/internal/stats"
|
||||
)
|
||||
|
||||
func TestBodyBatteryIntegration(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user