Path | Synopsis |
---|---|
go-post | The go-post tool post-processes Go source code to make it more idiomatic (*.go -> *.go). |
go-post/internal/diff | Package diff implements a Diff function that compare two inputs using the 'diff' tool. |
ll2dot | The ll2dot tool generates control flow graphs from LLVM IR assembly (*.ll -> *.dot). |
ll2go | The ll2go tool decompiles LLVM IR assembly to Go source code (*.ll -> *.go). |
restructure | The restructure tool recovers control flow primitives from DOT control flow graphs (*.dot -> *.json). |
Updated 2020-02-29. Refresh now. Tools for package owners.