restore "os" identifier to keep consistent with text.

R=presotto
OCL=22733
CL=22733
This commit is contained in:
Rob Pike 2009-01-14 08:43:32 -08:00
parent 2b57a1124e
commit ef51f4baf4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
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() {
os.Stdout.WriteString("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");