[Tutorial] How to add Golang to Laragon
-
With Laragon, adding Golang is very easy.
1.Download Golang zip package (suppose you want to use Golang 1.10.3 64-bit):
https://dl.google.com/go/go1.10.3.windows-amd64.zip- Extract the downloaded to: C:\laragon\bin\go\go.1.10.3 (If there is no
go
dir inbin
, just create it and you can set namego.1.10
if you prefer)
C:\laragon -- bin -- go -- go1.10.3 -- .............
- Close Laragon, then open it again (to refresh the Menu). Select the version at: Laragon Menu > Go > Version > go1.10.3
Now, open Terminal (Ctrl - Alt - T) and type:
go version
you should see something like that:
go version go1.10.3 windows/amd64
Congrats! Your Laragon now has Golang!
Very easy huh. That's all forks!
- Extract the downloaded to: C:\laragon\bin\go\go.1.10.3 (If there is no