diff --git a/command-line.md b/command-line.md index 67d6c32b..053cbd0d 100644 --- a/command-line.md +++ b/command-line.md @@ -249,14 +249,14 @@ type CLI struct { } ``` -## Write enough code to make it pass - ``` --- FAIL: TestCLI (0.00s) CLI_test.go:23: didn't record the correct winner, got 'Cleo', want 'Chris' FAIL ``` +## Write enough code to make it pass + Remember to do the strictly easiest thing first ```go