Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 343 Bytes

ssaview

ssaview is a small utlity that renders SSA code alongside input Go code, this is forked from https://github.com/tmc/ssaview (main difference is that it produces SSA for method bodies too)

Runs via HTTP on :8080

License: ISC

  $ go get github.com/julien-lange/ssaview
  $ ssaview &
  $ open http://localhost:8080/