Merge pull request #609 from VorT3x/master

Add Russian to README and fix minor misspellings
This commit is contained in:
astaxie
2016-03-29 09:55:25 +08:00
4 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
* [Turkish](tr/) * [Turkish](tr/)
* [Português - Brasil](pt-br/) * [Português - Brasil](pt-br/)
* [German](de/) * [German](de/)
* [Русский](ru/)
# Donate # Donate

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10") fmt.Println("x is less than 10")
} }
// the following code will not compile, since `x` is only accessable with the if/else block // the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x) // fmt.Println(x)
} }
func show_goto() { func show_goto() {

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10") fmt.Println("x is less than 10")
} }
// the following code will not compile, since `x` is only accessable with the if/else block // the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x) // fmt.Println(x)
} }
func show_goto() { func show_goto() {

View File

@@ -37,7 +37,7 @@ func show_if_var() {
fmt.Println("x is less than 10") fmt.Println("x is less than 10")
} }
// the following code will not compile, since `x` is only accessable with the if/else block // the following code will not compile, since `x` is only accessible with the if/else block
// fmt.Println(x) // fmt.Println(x)
} }
func show_goto() { func show_goto() {