The Go server currently returns a map that contains the url and a boolean value which represents the status of the url. If it's true then the url is reachable, if false then it's not. We need to color the links on the front end using this response. If the link is unreachable then it should be red, if it is reachable then it should be green.
The Go server currently returns a map that contains the url and a boolean value which represents the status of the url. If it's true then the url is reachable, if false then it's not. We need to color the links on the front end using this response. If the link is unreachable then it should be red, if it is reachable then it should be green.