| Date | Reason |
|---|---|
| 2023-01-06 | No longer using golang as primary language |
go-doze is a wrapper around the resty golang library to more closely
focus its API for use in writing small and quick REST wrappers to eventually be
used in terraform provider plugins.
It also comes with a small wrapper test suite to make testing the REST APIs you write easier.
Simply call
$ go get occult.work/dozefrom your shell of choice, and go modules will take care of the rest.
go-doze uses task to run the most common operations. These tasks are
then duplicated with extra flags within the GitHub Actions workflow.
Task has instructions on installation.
Once installed, simply run task from the project directory.