VSCode: Could not import Golang package
This happens to me in a few specific situations. This is my troubleshooting process : Did you run go get github.com/gomodule/redigo/redis? Sometimes I have a similar issue when I open my editor in a root different than my project. (also check the updates at the end of the answer) . <- editor open here | … Read more