“Exercise 1.3: Experiment to measure the difference in running time between our potentially inefficient versions and the one that uses strings.Join. (Section 1.6 illustrates part of the time package, and Section 11.4 shows how to write benchmark tests for systematic performance evaluation.)” — Alan A. A. Donovan Copy Share Image
“Go does not permit unused local variables, so this would result in a compilation error.” — Alan A. A. Donovan Copy Share Image
“Exercise 1.3: Experiment to measure the difference in running time between our potentially inefficient versions and the one that uses strings.Join. (Section 1.6 illustrates part of… — Alan A. A. Donovan Copy Share Image
“The first form, a short variable declaration, is the most compact, but it may be used only within a function, not for package-level variables.” — Alan A. A. Donovan Copy Share Image