How to start:
- Change the current directory to the directory with this README file.
- Create the
../.env
file from the../.env.template
(see the repository root for file.env.template
)
cp ../.env.template ../.env
- Fill the environment variables in the
.env
file. - You are ready to Go!
go build && ./go
or
go run .