mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-16 12:15:59 +00:00
sync
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package garth
|
||||
|
||||
import (
|
||||
"garmin-connect/garth/client"
|
||||
"garmin-connect/garth/data"
|
||||
"garmin-connect/garth/errors"
|
||||
"garmin-connect/garth/stats"
|
||||
"garmin-connect/garth/types"
|
||||
"github.com/sstent/go-garth/garth/client"
|
||||
"github.com/sstent/go-garth/garth/data"
|
||||
"github.com/sstent/go-garth/garth/errors"
|
||||
"github.com/sstent/go-garth/garth/stats"
|
||||
"github.com/sstent/go-garth/garth/types"
|
||||
)
|
||||
|
||||
// Re-export main types for convenience
|
||||
|
||||
Reference in New Issue
Block a user