- Install goLang.
- Set GOPATH user variable in your OS. (Normally you've a workspace folder that setted in the GOPATH env variable and this folder has a src folder that contains the GoSession repo folder, ex workspace/src/GoSession)
- Install packages
go get github.com/BurntSushi/toml github.com/gorilla/mux
- Install VS Code or
- At this directory type
go run app.go