@@ -0,0 +1,15 @@
package main
import (
"fmt"
"net/http"
)
func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "MARHABA in Ghaymah")
})
fmt.Println("Server starting on port 8080...")
http.ListenAndServe(":8080", nil)
}
الملاحظة غير ظاهرة للمستخدم المحظور.