diff options
Diffstat (limited to 'doc/go_tutorial.html')
-rw-r--r-- | doc/go_tutorial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index cdf1443e9..91bee3fa8 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -57,7 +57,7 @@ Next up, here's a version of the Unix utility <code>echo(1)</code>: <p> 07 import ( 08 "os"; -09 "flag"; +09 "flag"; // command line option parser 10 ) <p> 12 var n_flag = flag.Bool("n", false, "don't print final newline") |