Chapter 11

Testing

Tests, benchmarks, and examples

✓ Write tests ✓ Write benchmarks
1
Echo
Echo prints its command-line arguments.
p.308 +20 XP advanced
2
Storage1
Package storage is part of a hypothetical cloud storage server.
p.311 +20 XP advanced
3
Storage2
Example from The Go Programming Language
+20 XP advanced
4
Word1
Package word provides utilities for word games.
p.303 +20 XP advanced
5
Word2
Package word provides utilities for word games.
p.305 +20 XP advanced