mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
commit
53a38e1da0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user