round-trip-dumper
commandThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
Round-Trip Dumper/Diagnostic Tool
This directory contains a simple tool that will load a plan JSON file, and thenimmediately dump it back out to stdout. It's helpful when troubleshooting largeparsing errors, which should (hopefully) be rare.
go build ./ in this directory to build the binary.go run also works if youdon't need the binary permanently.
Diffing
The-diff flag will automatically diff the result for you.colordiff is usedif it's present, otherwise regulardiff is used.
Documentation¶
There is no documentation for this package.