Documentation ¶ Overview ¶ Experiment: capacity.go Write a program that uses a loop to continuously append an element to a slice. Print out the capacity of the slice whenever it changes. Does append always double the capacity when the underlying array runs out of room? Source Files ¶ View all Source files capacity.go Click to show internal directories. Click to hide internal directories.