chore(deps): bump honnef.co/go/tools from 0.6.1 to 0.7.0 (#199)
Bumps honnef.co/go/tools from 0.6.1 to 0.7.0.
updated-dependencies:
- dependency-name: honnef.co/go/tools dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
JSONry
A Go library and notation for converting between a Go
structand JSON.Will generate the following JSON:
The operation is reversible using
Unmarshal(). The key advantage is that nested JSON can be generated and parsed without the need to create intermediate Go structures. Check out the documentation for details.JSONry started life in the Cloud Foundry CLI project. It has been extracted so that it can be used in other projects too.
More information: