From f299742b4816a4df64ba04b9dd610e088aede3d9 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 9 Jan 2020 09:10:57 +0800 Subject: [PATCH] docs: add GO verions badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce145c9..a1e04cf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build Status](https://travis-ci.org/phodal/coca.svg?branch=master)](https://travis-ci.org/phodal/coca) [![Maintainability](https://api.codeclimate.com/v1/badges/d5a5e060522403b1f79b/maintainability)](https://codeclimate.com/github/phodal/coca/maintainability) [![codecov](https://codecov.io/gh/phodal/coca/branch/master/graph/badge.svg)](https://codecov.io/gh/phodal/coca) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/phodal/coca) > [Coca](https://coca.migration.ink/) is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. [Coca](https://coca.migration.ink/) 是一个用于系统重构、系统迁移和系统分析的瑞士军刀。它可以分析代码中的 badsmell,行数统计,分析调用与依赖,进行 Git 分析,以及自动化重构等。 -- GitLab