mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
chaned go mod name
This commit is contained in:
6
main.go
6
main.go
@@ -5,9 +5,9 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/api/client"
|
||||
"go-garth/internal/auth/credentials"
|
||||
types "go-garth/pkg/garmin"
|
||||
"github.com/sstent/go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/internal/auth/credentials"
|
||||
types "github.com/sstent/go-garth/pkg/garmin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user