[go/en] Small typo

Small typo in command line commad
This commit is contained in:
Ilya 2018-02-15 10:57:27 +07:00 committed by GitHub
parent fce4a810cb
commit c90ee7202e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {