Commit 338ac2af authored by Jeremy Schlatter's avatar Jeremy Schlatter Committed by Ian Lance Taylor

doc: switch from spaces to tabs for indentation in example code

This is the standard that gofmt uses.

Change-Id: I30e70611ccd0d3bbaa500fa84e9d1ba75970f0bc
GitHub-Last-Rev: b2b7af0df9759ad447b6fd3551ea356804d136b2
GitHub-Pull-Request: golang/go#24802
Reviewed-on: https://go-review.googlesource.com/106123Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent b3a854c7
......@@ -307,7 +307,7 @@ package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
fmt.Printf("hello, world\n")
}
</pre>
......
......@@ -242,7 +242,7 @@ package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
fmt.Printf("hello, world\n")
}
</pre>
......
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