0
1
llucycodes42
The receiver type is inferred to be an interface and the method() method is inferred to take a receiver as its only parameter.
Shortcut: meth
func (receiver type) method() {
}
0
1
llucycodes42
The receiver type is inferred to be an interface and the method() method is inferred to take a receiver as its only parameter.
Shortcut: meth
func (receiver type) method() {
}