You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
It would be a great and very useful enhancement, especially for quick debug dumping, if the stringer interface was implemented for the various stava types.
Hey! I'm currently working on this issue. Is there any standard or desired formatting for it? At the moment, I'm doing fieldName : fieldValue, one per line.
It would be a great and very useful enhancement, especially for quick debug dumping, if the
stringer
interface was implemented for the various stava types.https://golang.org/pkg/fmt/#Stringer
which consists of only
String() string
It would be great to see this for at least
ActivitySummary
,AthleteSummary
SegmentSummary
, and theDetailed
extension to these.The text was updated successfully, but these errors were encountered: