1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +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 {
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 {
// Pout.
} else {