gitextract_8527bjxq/ ├── .gitignore ├── LICENSE ├── README-CN.md ├── README.md ├── go.mod ├── go.sum ├── godist/ │ └── static.go ├── gosrc/ │ ├── graphutil.go │ ├── graphutil_test.go │ ├── treeutil.go │ ├── treeutil_test.go │ ├── util.go │ └── util_test.go ├── package.json ├── plugin/ │ └── pack-all-in-go-plugin.js ├── src/ │ ├── css/ │ │ └── styles.css │ ├── index.js │ ├── js/ │ │ ├── graph.js │ │ └── tree.js │ ├── static/ │ │ ├── an-tree.json │ │ ├── graph.json │ │ └── tree.json │ └── temp-index.html └── webpack.config.js