checkpoint 2

This commit is contained in:
2025-08-25 15:24:23 -07:00
parent 99e69be74a
commit 8fb9028cf8
14 changed files with 299 additions and 533 deletions

View File

@@ -2,16 +2,14 @@
package garmin
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"net/url"
"os"
"strconv"
"strings"
"time"
"encoding/json"
"fmt"
"io"
"net/http"
"net/url"
"os"
"strings"
"time"
)
type Client struct {