$ git clone https://github.com/brotherday/mainstream-backend
$ cd mainstream-backend
This project requires to install go >= 1.9.
$ go version
and it should returns:
go version go<version number> <platform os>/<arch>
Follow the link below and install the new version.
Download and install go from the official website here https://go.dev/doc/install
$ go mod download
It is that easy.
$ go run .
You may create a build whenever you would like to build a standalone executable for your platform.
$ go build
$ go install