Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + type DImpl struct + Key string + Value string + func NewD() *DImpl + func (d *DImpl) GetValue(k string) string + func (d *DImpl) SetKV(k, v string)