This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main //Çalıştrılacak her Go kaynak dosyasında yer almalıdır. | |
// Go Dilinde tek satırlık yorum/açıklama | |
import ( | |
"fmt" // Standart kütüphaneyi projemize dahil ettik | |
"io/ioutil" // Temel io işlemleri | |
"log" // log | |
"math" // Matematiksel işlem ve değer tanımlarını içeren kütüphaneyi içe aktardık | |
"net/http" | |
"os" // İşletim sistemi işlemleri |