mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Manage build tools via go.mod.
This commit is contained in:
parent
9976bdcc5e
commit
49297189a1
1437 changed files with 398584 additions and 40 deletions
|
@ -1,7 +1,7 @@
|
|||
package logutils
|
||||
|
||||
//go:generate mockgen -source log.go -destination mock_logutils/mock_log.go
|
||||
//go:generate goimports -w mock_logutils/mock_log.go
|
||||
//go:generate go run ../../vendor/github.com/golang/mock/mockgen -source log.go -destination mock_logutils/mock_log.go
|
||||
//go:generate go run ../../vendor/golang.org/x/tools/cmd/goimports -w mock_logutils/mock_log.go
|
||||
|
||||
type Log interface {
|
||||
Fatalf(format string, args ...interface{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue