From 05f55b0eacf8b2c37203173264291ce4959cb4b9 Mon Sep 17 00:00:00 2001 From: Huangzj Date: Tue, 9 Feb 2021 15:59:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(Go-StudyExample):2021/02/09:=E6=96=B0?= =?UTF-8?q?=E5=A2=9Emerge=E6=BA=90=E7=A0=81=E9=98=85=E8=AF=BB=E5=92=8C?= =?UTF-8?q?=E5=8D=95=E6=B5=8B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SourceAnalysisAndTool/mergo@v0.3.11/.deepsource.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SourceAnalysisAndTool/mergo@v0.3.11/.deepsource.toml diff --git a/SourceAnalysisAndTool/mergo@v0.3.11/.deepsource.toml b/SourceAnalysisAndTool/mergo@v0.3.11/.deepsource.toml new file mode 100644 index 0000000..8a0681a --- /dev/null +++ b/SourceAnalysisAndTool/mergo@v0.3.11/.deepsource.toml @@ -0,0 +1,12 @@ +version = 1 + +test_patterns = [ + "*_test.go" +] + +[[analyzers]] +name = "go" +enabled = true + + [analyzers.meta] + import_path = "github.com/imdario/mergo" \ No newline at end of file