title: MissingReturn layout: article

MissingReturn occurs when a function with results is missing a return
statement.

Example:
 func f() int {}