From 6b0333344949627015f9145c8009f26cc1630f00 Mon Sep 17 00:00:00 2001 From: ali oygur Date: Thu, 9 Apr 2015 15:33:43 +0300 Subject: [PATCH] removed the forgetten english line --- tr/02.2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tr/02.2.md b/tr/02.2.md index 339986d4..110d0606 100644 --- a/tr/02.2.md +++ b/tr/02.2.md @@ -25,8 +25,6 @@ Birden fazla değişken tanımlama. //tipi "type" olan ve öntanımlı değerleri sahip üç değişken tanımlayalım. var vname1, vname2, vname3 type = v1, v2, v3 - -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: 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: