๐Ÿ“ฆ alexandear / article-similarity

๐Ÿ“„ tools.go ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11// +build tools

// This file used for attaching tools dependencies to the project
package tools

import (
	_ "github.com/go-swagger/go-swagger"
	_ "github.com/golang/mock/mockgen"
	_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
)