Skip to content

Commit 13ba972

Browse files
committed
Merge pull request astaxie#462 from alioygur/patch-1
removed the forgetten english line
2 parents 50ad42b + 6b03333 commit 13ba972

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tr/02.2.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Birden fazla değişken tanımlama.
2525

2626
//tipi "type" olan ve öntanımlı değerleri sahip üç değişken tanımlayalım.
2727
var vname1, vname2, vname3 type = v1, v2, v3
28-
29-
Do you think that it's too tedious to define variables use the way above? Don't worry, because the Go team has also found this to be a problem. Therefore if you want to define variables with initial values, we can just omit the variable type, so the code will look like this instead:
3028

3129
Yukarıdaki gibi değişken tanımlamak sıkıcı mı geldi? Üzülmeyin, Go ekibide bunu bir problem olarak görüyor. Bu yüzden dolayı değişken tanımlarken değişken tipini ihmal edebiliyoruz. Yani kısaca kod aşağıdaki gibi bir hal alıyor:
3230

0 commit comments

Comments
 (0)