Go Forum
Why composition perform that way?
Getting Help
acim
(Boban Acimovic)
September 6, 2018, 12:10pm
3
func (d di) String() string {
return fmt.Sprintf(“%s %s”, d.aki, d.name)
}
show post in topic