View Annotated File
Install
go get github.com/loov/view-annotated-file
Usage go1.10 and above
go build -a -gcflags "all=-m -m -d=ssa/check_bce/debug" project 2> analysis.log
view-annotated-file analysis.log
Usage go1.9
go build -a -gcflags "-m -m -d=ssa/check_bce/debug" project 2> analysis.log
view-annotated-file analysis.log