We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Inject
E.g. func (o *Object) Inject(...) *Object { instead of func (o *Object) Inject(...) {
func (o *Object) Inject(...) *Object {
func (o *Object) Inject(...) {
Activity