modulepackage
0.0.0-20190531024818-3d08b047cb96
Repository: https://github.com/yuroyoro/goast-viewer.git
Documentation: pkg.go.dev
# README
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