Setting up GO111MODULE env variable to off solved it for me.
I’m using zsh. Here’s the command I have put in my .zshrc file,
export GO111MODULE=off
My working environment: macOS Big Sur, Go version: 1.16
Setting up GO111MODULE env variable to off solved it for me.
I’m using zsh. Here’s the command I have put in my .zshrc file,
export GO111MODULE=off
My working environment: macOS Big Sur, Go version: 1.16