matryer / goblueprints

Source code for Go Programming Blueprints
1.49k stars 356 forks source link

Missing flag.Parse() in main.go (Chapter 6) #41

Closed embano1 closed 7 years ago

embano1 commented 7 years ago

Minor correction suggested: The book in chapter 6 (p 172) states

...with some sensible defaults and ask the flag package to parse them

However, there is no call to flag.Parse() in the code.

matryer commented 7 years ago

Well spotted.