danielkermode / gvm

⛔️ DEPRECATED Go Version Manager for Windows
MIT License
65 stars 17 forks source link

Invalid download link #9

Open derit opened 4 years ago

derit commented 4 years ago

gvm install 1.15.2 Downloading Go v1.15.2... Please wait... Error while downloading https://storage.googleapis.com/golang/go1.15.2.windows-amd64.zip - open C:\\go1.15.2.zip: Access is denied.

valid link download https://golang.org/dl/go1.15.2.windows-amd64.zip

derit commented 4 years ago

MR #10

santri00 commented 2 years ago

@derit I was using the package... it seems the base path should have an ending forward slash... Otherwise, it fails to construct the zip path correctly... "https://golang.org/dl/"

derit commented 2 years ago

@derit I was using the package... it seems the base path should have an ending forward slash... Otherwise, it fails to construct the zip path correctly... "https://golang.org/dl/"

done