You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Goto http://golang.org/doc/go_tutorial.html
2. In the section "An I/O Package"
3. Look at line 15 in the example on how to use the "file" package
What is the expected output?
os.Stdout.Write(hello)
What do you see instead?
file.Stdout.Write(hello)
The text was updated successfully, but these errors were encountered:
by skaterase:
The text was updated successfully, but these errors were encountered: