rustatian / inspector-gadget

Code annotation tool (motivated by view-annotated-file)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inspector Gadget

Install

go get github.com/ValeryPiashchynski/inspector-gadget

Usage go1.9

go build -a -gcflags "-m -m -d=ssa/check_bce/debug" project 2> analysis.log
inspector-gadget analysis.log

Usage go1.10

go build -a -gcflags "all=-m -m -d=ssa/check_bce/debug" project 2> analysis.log
inspector-gadget analysis.log

About

Code annotation tool (motivated by view-annotated-file)

License:MIT License


Languages

Language:Go 100.0%