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

tool.go « golangci-lint « tools - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44f0ae7a55173dd7060ba4750478132500e34e03 (plain)
1
2
3
4
5
package gofumpt

import (
	_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
)