Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblanet <moweng.xx@alibaba-inc.com>2022-10-11 05:34:20 +0300
committerblanet <moweng.xx@alibaba-inc.com>2022-10-11 09:22:50 +0300
commit65fe68becec2f3ab53716ce122caf1526e4138ab (patch)
tree27a4f19d76d92ad9387ce894226eb2670b840867 /tools/gocover-cobertura/tool.go
parent85c6330bd945fc8aa4562e60b5e175fd7f0f6cb2 (diff)
tools: Keep package name consistent with go.mod
The new tools mechanism is great, this commit just changes the package name for external tools from `gofumpt` to its own module name, to fix a small nits from MR#4910. Signed-off-by: blanet <moweng.xx@alibaba-inc.com>
Diffstat (limited to 'tools/gocover-cobertura/tool.go')
-rw-r--r--tools/gocover-cobertura/tool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gocover-cobertura/tool.go b/tools/gocover-cobertura/tool.go
index 324356e7b..32fb2e2f1 100644
--- a/tools/gocover-cobertura/tool.go
+++ b/tools/gocover-cobertura/tool.go
@@ -1,4 +1,4 @@
-package gofumpt
+package gocover_cobertura
import (
_ "github.com/t-yuki/gocover-cobertura"