ADDED ERROR HANDLING.

This commit is contained in:
CornierKhan1 2018-09-05 21:32:22 +10:00
parent b26bc86266
commit cda4a8aaa3

View File

@ -84,4 +84,5 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
fmt.Println(body)
}
fmt.Println("End of Request.")
}