summaryrefslogtreecommitdiff
path: root/doc/progs/helloworld.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc/progs/helloworld.go')
-rw-r--r--doc/progs/helloworld.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/progs/helloworld.go b/doc/progs/helloworld.go
index c4c3855ed..637a0956b 100644
--- a/doc/progs/helloworld.go
+++ b/doc/progs/helloworld.go
@@ -7,5 +7,5 @@ package main
import fmt "fmt" // Package implementing formatted I/O.
func main() {
- fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");
+ fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n")
}