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
* docs: export Subclients embedded struct
embedding a private struct creates the confusing effect of exporting the public fields of the sub-struct without having them show in documentation.
This has some discussion at the language / godoc level: golang/go#6600
This commit exports the subclients field of goobs.Client so the available fields show in documentation.
* client: rename subclients to categories
0 commit comments