Junior
Go tilida metod nomidan oldin nima joylashgan?
sobes.tech AI
AIdan javob
Ресивер метода.
// Структура Example
type Example struct {
value int
}
// Метод MyMethod с ресивером типа Example
func (e Example) MyMethod() int {
return e.value * 2
}