Methods Glossary

Browse 1 methods terms defined in plain English, from the cultural dictionary of computing.

1 Methods Terms

Receiver
In Go, the typed parameter before a method name (func (r *MyType) DoSomething()) that binds the method to that type, analogous to 'this' or 'self' in other...

Related Topics