1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:40:22 -07:00

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

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");