diff options
Diffstat (limited to 'doc/progs/helloworld2.go')
-rw-r--r-- | doc/progs/helloworld2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/progs/helloworld2.go b/doc/progs/helloworld2.go index b40905565..66b32ed54 100644 --- a/doc/progs/helloworld2.go +++ b/doc/progs/helloworld2.go @@ -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"); |