goast-viewer
Web based Golang AST visualizer
About goast-viewer
GoAst Viewer
Golang AST visualizer.
Demo

Usage
You just need to run a http server and open your browser to index.html
Installation
To install, use go get and make install.
$ go get -d github.com/yuroyoro/goast-viewer
$ cd $GOPATH/src/github.com/yuroyoro/goast-viewer
$ make build
Authors
Frequently Asked Questions
What is goast-viewer?
goast-viewer is a Code Analysis library for the Go programming language. Web based Golang AST visualizer
How do I install goast-viewer?
Install goast-viewer with the Go module system using `go get yuroyoro/goast-viewer`. Check the repository for the current installation instructions.
What category does goast-viewer belong to?
goast-viewer is listed under Code Analysis, specifically Code Analysis.