dingo icon indicating copy to clipboard operation
dingo copied to clipboard

Inject method should return itself

Open bastianccm opened this issue 6 years ago • 0 comments

To make the method clearer it would be helpful to require the Inject method to return itself, as currently it is not possible to make it more static.

E.g. func (o *Object) Inject(...) *Object { instead of func (o *Object) Inject(...) {

bastianccm avatar Feb 22 '19 08:02 bastianccm