mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
[go/en] Small typo
Small typo in command line commad
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user