UncalledBuiltin occurs when a built-in function is used as a function-valued expression, instead of being called. Per the spec: "The built-in functions do not have standard Go types, so they can only appear in call expressions; they cannot be used as function values." Example: var _ = copy