Commit ef51f4ba authored by Rob Pike's avatar Rob Pike

restore "os" identifier to keep consistent with text.

R=presotto
OCL=22733
CL=22733
parent 2b57a112
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
package main package main
import "os" // this package contains features for basic I/O import os "os" // this package contains features for basic I/O
func main() { func main() {
os.Stdout.WriteString("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n"); os.Stdout.WriteString("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment