Cannot Download Go pkg for Mac OS

I am trying to use the beego framework for the first time and I am trying to download the image but it throws me an error. Please tell me what the issue is ? Anyone facing the same issue ?

First tell us what you’re doing and what error you’re getting. Otherwise it’s impossible to know what the issue might be.

3 Likes

I am trying to download go1.9.2.darwin-amd64.pkg from https://golang.org/dl/ but I am not able to get into the download page. It says site cant be reached.

Put in your terminal:

sudo su
wget https://storage.googleapis.com/golang/go1.9.2.darwin-amd64.pkg .
1 Like

Thanks. The download worked when opened on a different tab.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.