• Stars
    star
    226
  • Rank 176,514 (Top 4 %)
  • Language
    Go
  • License
    The Unlicense
  • Created about 7 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

View annotated files based on line-spec

View Annotated File

Screenshot

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