command
module
Version:
v0.0.0-...-bd678c5
Opens a new window with list of versions in this module.
Published: Nov 6, 2015
License: ISC
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ssaview
http://golang-ssaview.herokuapp.com/
ssaview is a small utlity that renders SSA code alongside input Go code
Runs via HTTP on :8080
License: ISC
$ go get github.com/tmc/ssaview
$ ssaview &
$ open http://localhost:8080/
Ideas for extension:
- proper fullscreen ui
- allow selection in one editor to highlight the associated code in the other
- include interpreter
Deploying:
On Heroku: Uses custom buildpack to preserve GOROOT:
$ heroku buildpacks:set https://github.com/tmc/heroku-buildpack-go.gi
Screenshot:

Documentation
¶
ssaview is a small utlity that renders SSA code alongside input Go code
Runs via HTTP on :8080 or the PORT environment variable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.