Versions in this module Expand all Collapse all v0 v0.2.4 May 7, 2021 v0.2.3 Nov 11, 2020 Changes in this version + type HasNoPublicFields struct + func (h *HasNoPublicFields) GetValues() string + type HasPublicFields struct + Val1 int + Val2 string + func (h *HasPublicFields) GetValues() string + type ICanDisplayValues interface + GetValues func() string