Nonnative Example
An example go service that is being tested by nonnative.
Structure
The project follows the structure in golang-standards/project-layout
Dependencies
Please make sure that you have the following installed:
- Ruby (look at the .ruby-version)
- Golang
Help
To see what can be run, please run the following:
make help
Setup
The get yourself setup, please run the following:
make setup
Binaries
To make sure everything compiles for the app, please run the following:
make build-test
Tests
To get all the dependencies locally please clone the docker repository.
In the repository you can do the following:
Starting
Please run:
make start
Stopping
Please run:
make stop
Features
To run all the features, please run the following:
make features
Changes
To see what has changed, please have a look at CHANGELOG.md