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

main.go « tools « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0101ced3e3e29ab2a4324c3ab4e0b3624ab63adc (plain)
1
2
3
4
5
6
7
// Command tools exists purely to ensure the package manager doesn't prune the
// CI tools from our vendor folder. This command is not meant for actual usage.
package main

func main() {
	panic("this command only exists to help vendor CI tools")
}