You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tr/02.2.md
-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,6 @@ Birden fazla değişken tanımlama.
25
25
26
26
//tipi "type" olan ve öntanımlı değerleri sahip üç değişken tanımlayalım.
27
27
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:
30
28
31
29
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:
0 commit comments