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

Update install command #25

Closed syheliel closed 2 years ago

syheliel commented 2 years ago
go get github.com/onsi/ginkgo
go get github.com/onsi/gomega

should also be replaced, but running go install github.com/onsi/ginkgo@latest pops following error:

go: downloading github.com/onsi/ginkgo v1.16.5
package github.com/onsi/ginkgo is not a main package

I'm new to golang, so have no idea about how to fix it.