📚 goast-viewer - Awesome Go Library for Code Analysis

Go Gopher mascot for goast-viewer

Web based Golang AST visualizer.

🏷️ Code Analysis
📂 Source code analysis tools, also known as Static Application Security Testing (SAST) Tools.
766 stars
View on GitHub 🔗

Detailed Description of goast-viewer

GoAst Viewer

Golang AST visualizer.

Demo

GoAst Viewer 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