diff options
| author | Ilya <iezepov@yandex.ru> | 2018-02-15 10:57:27 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-15 10:57:27 +0700 | 
| commit | c90ee7202e5bb3a00fa4c7159b57586c3aef8ea8 (patch) | |
| tree | 322972ca88781f519818a0b242756ee71f84501c | |
| parent | fce4a810cb066d6d83b829609ac15b08879cd1b0 (diff) | |
[go/en] Small typo
Small typo in command line commad
| -rw-r--r-- | go.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/go.html.markdown b/go.html.markdown index e5263cf6..47d9c234 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -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 { | 
