2
"<Tür>, arayüzün göstergesidir, arayüze değil" karışıklığı
Sevgili geliştiriciler, Bana biraz tuhaf görünen bu problemim var. Şu kod pasajına bir göz atın: package coreinterfaces type FilterInterface interface { Filter(s *string) bool } type FieldFilter struct { Key string Val string } func (ff *FieldFilter) Filter(s *string) bool { // Some code } type FilterMapInterface interface { AddFilter(f …