Files
go-garth/internal/data/doc.go
2025-09-22 10:53:41 -07:00

6 lines
322 B
Go

// Package data provides helpers and enrichments for Garmin wellness and metric
// data. It includes parsing utilities, convenience wrappers that add methods to
// decoded responses, and transformations used by higher-level APIs.
// Note: This is an internal package and not intended for direct external use.
package data