Documentation ¶ Overview ¶ Declare an array of 5 strings with each element initialized to its zero value. Declare a second array of 5 strings and initialize this array with literal string values. Assign the second array to the first and display the results of the first array. Source Files ¶ View all Source files exercise1.go Click to show internal directories. Click to hide internal directories.