This commit is contained in:
2025-09-18 11:12:41 -07:00
parent c00ea67f31
commit 026d8873bb
56 changed files with 2321 additions and 2891 deletions

View File

@@ -6,7 +6,6 @@ import (
"crypto/sha1"
"encoding/base64"
"encoding/json"
"garmin-connect/garth/types"
"net/http"
"net/url"
"regexp"
@@ -14,6 +13,8 @@ import (
"strconv"
"strings"
"time"
"github.com/sstent/go-garth/garth/types"
)
var oauthConsumer *types.OAuthConsumer