mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc: switch from spaces to tabs for indentation in example code
This is the standard that gofmt uses.
This commit is contained in:
parent
b3a854c733
commit
b2b7af0df9
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue