diff --git a/plik.go b/plik.go deleted file mode 100644 index da6df8a..0000000 --- a/plik.go +++ /dev/null @@ -1,17 +0,0 @@ -package main - -import ( - "fmt" - "net/http" - -) - -func hello(w http.ResponseWriter, r *http.Request) { - fmt.Fprint(w, "to dziala :)") -} - - -func main(){ - http.HandleFunc("/", hello) - http.ListenAndServe(":8080", nil) -} \ No newline at end of file