trouble installing "gorilla/mux" in golang
So I installed gorilla/mux to use it for my API by typing this code on terminal go get -u github.com/gorilla/mux And since it didn’t return any errors (nor any texts) I thought the install was successful. But When I started to use "mux. "something, vscode showed that the name "mux" is not declared. Does anyone… Read More trouble installing "gorilla/mux" in golang