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:
Diffstat (limited to 'tools/go-licenses/tool.go')
-rw-r--r--tools/go-licenses/tool.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/go-licenses/tool.go b/tools/go-licenses/tool.go
new file mode 100644
index 000000000..0a740b8f1
--- /dev/null
+++ b/tools/go-licenses/tool.go
@@ -0,0 +1,5 @@
+package gofumpt
+
+import (
+ _ "github.com/google/go-licenses"
+)