LGTM. Thank you for fixing it. FYI, the output of helloworld3 on Windows looks like ...
14 years, 2 months ago
(2011-01-18 13:13:54 UTC)
#2
LGTM. Thank you for fixing it.
FYI, the output of helloworld3 on Windows looks like that:
C:\helloworld3
hello, world
can't open file; err=The system cannot find the path specified.
C:\>
It has different error message of "The system cannot find the path specified.",
as returned by windows version of os.Open. It also prints extra new line,
because (I'm guessing here) windows prompt always starts at new line.
I think we can safely ignore these difference, but I'll let you to decide.
Alex
*** Submitted as http://code.google.com/p/go/source/detail?r=cb8a3f14e062 *** tutorial: make stdin, stdout, stderr work on Windows. R=brainman CC=golang-dev ...
14 years, 2 months ago
(2011-01-18 19:01:50 UTC)
#3
Issue 4042042: code review 4042042: tutorial: make stdin, stdout, stderr work on Windows.
(Closed)
Created 14 years, 2 months ago by r
Modified 14 years, 2 months ago
Reviewers:
Base URL:
Comments: 0