By running the following command in cmd or vscode:
go get -u -v github.com/mdempsky/gocode
I received the following console error:
crypto/internal/cipherhw
crypto/rc4
runtime
# crypto/rc4
c:\go\src\cryptoc4c4_asm.go:13:18: (*Cipher).XORKeyStream redeclared
in this block
previous declaration at c:\go\src\cryptoc4c4.go:61:6
I have already checked the GOPATH, and GOROOT. I also uninstalled and installed go and VSCode again and was unsuccessful.