func soldAnother(a *album) { a.copies++ // note the pointer. Can use dot notation on pointer, // equivalent to (*a).copies++)