1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 01:34:19 +02:00

Merge pull request #3062 from iezepov/patch-3

[go/en] Small typo
This commit is contained in:
Adam Bard
2018-02-19 23:56:41 -08:00
committed by GitHub

View File

@@ -180,7 +180,7 @@ func learnFlowControl() {
if true { if true {
fmt.Println("told ya") fmt.Println("told ya")
} }
// Formatting is standardized by the command line command "go fmt." // Formatting is standardized by the command line command "go fmt".
if false { if false {
// Pout. // Pout.
} else { } else {