Golang Revel Web Framework for Windows installation
This is a guide to help setup Revel GoLang webframework on Windows.
So first thing you gotta do is install, golang here.
Next up, goto Revel website and follow
go get github.com/revel/cmd/revel
It will install to "C:\Users\DefaultUserFolder\go\bin". So please add this to your PATH manually instead of the installation folder which is C:\Go.
When you run the command above, you most likely don't need to run :- go build or go install.
Time to go! :)
When you run the command above, you most likely don't need to run :- go build or go install.
Time to go! :)
Comments