urlshort icon indicating copy to clipboard operation
urlshort copied to clipboard

Ex 2 - Create an http.Handler that forwards paths to other URLs

Results 16 urlshort issues
Sort by recently updated
recently updated
newest added

add student:xingxiaoli solution

I was following instructions in the video, wrote code exactly as Jon, but redirecting for "/urlshort" and "/urlshort-final" don't work. yaml.Unmarshal(yml, &pathUrls) returns only [{/urlshort }] for some reason. Does...

I am using Windows 10, with WSL, and ZSH. When I run `go env` in my VSCode terminal I get the following: ``` GOOS="linux" GOPATH="/home/maylortaylor" GORACE="" GOROOT="/usr/lib/go-1.10" ``` When i...