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

Makefile « procfs « prometheus « github.com « vendor - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c264a49d179705a261d1ca45370fcf27cedb1c95 (plain)
1
2
3
4
5
6
ci:
	! gofmt -l *.go | read nothing
	go vet
	go test -v ./...
	go get github.com/golang/lint/golint
	golint *.go