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

main.go « tools - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dcd8684f2711bcfb2ad222eeed92ecadee0ede0 (plain)
1
2
3
4
5
6
7
8
9
10
//+build tools

package main

import (
	_ "github.com/golang/mock/mockgen"
	_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
	_ "gotest.tools/gotestsum"
)