Arsmoon's test task
Dependencies
First of all, install dependencies with go mod download
command.
Building
For development
In development environment the live reload is being used. Make sure you downloaded all the dependencies, then, run air
command in project directory.
For production
To build for procudtion, use go build
command. It compiles project to binary with name 'arsmoon'. Run it using ./arsmoon
command.