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

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

import (
	_ "mvdan.cc/gofumpt"
)