title: InvalidAppend layout: article

InvalidAppend occurs when append is called with a first argument that is
not a slice.

Example:
 var _ = append(1, 2)