📚 goast-viewer - Awesome Go Library for Code Analysis

Web based Golang AST visualizer
🏷️ Code Analysis
📂 Code Analysis
⭐ 0 stars
Detailed Description of 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