phodal / coca

Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的工具箱。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。
https://coca.migration.ink/
Mozilla Public License 2.0
957 stars 110 forks source link

golang support #3

Closed teckick closed 4 years ago

teckick commented 4 years ago

Will coca support go language in the future?

phodal commented 4 years ago

Everything is possible in the future.

But, If I will support Golang, I will use other language for fun.

teckick commented 4 years ago

OK, thanks!

phodal commented 4 years ago

basic support with https://github.com/phodal/coca/commit/f5f1b2ea4d9e313c6020ef29b3a595421cb48150

welcome to PR