Go

Getting started
Ensure you have a recent version of Go installed.
Grab the package from github:
Use:
Examples
You can test out the examples/
included by following these steps:
Copy
.env.sample
to.env
and configure if needed.
Install dependencies:
Run an example as defined in the
Makefile
, for example, to read the value of an existing key,foo
, run:
This will run the examples/crud/read.go
.
Integration Tests
User Acceptance Testing
Please checkout the UAT.md document for more details.
Licence
MIT
Last updated