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

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

import (
	_ "golang.org/x/tools/cmd/goimports"
)