title: MissingFieldOrMethod layout: article

MissingFieldOrMethod occurs when a selector references a field or method
that does not exist.

Example:
 type T struct {}

 var x = T{}.f