Same function name for different receiver
i would also like to define functions with the same names on lower structure levels. so that you can do something like this:
func (r *Command1) Print(s *xflags.Settings[Struct]) {
func (r *Command1) Print(s *xflags.Settings[Struct]) {
Edited by Volker Schukai