23 {"readme.txt", "This archive contains some text files."},
24 {"gopher.txt", "Gopher names:\nGeorge\nGeoffrey\nGonzo"},
25▶ {"todo.txt", "Get animal handling license."},
26 }
27 for _, file := range files {
· · ·
67 // Geoffrey
68 // Gonzo
69▶ // Contents of todo.txt:
70 // Get animal handling license.
71}