build: List go:generate tools in tools.go (#7599)

This commit is contained in:
greatroar
2021-05-08 12:52:06 +02:00
committed by GitHub
parent 7bbca12ff8
commit 3746c899b7
14 changed files with 46 additions and 30 deletions
+2
View File
@@ -1,5 +1,7 @@
// Copyright (C) 2014 The Protocol Authors.
//go:generate -command counterfeiter go run github.com/maxbrunsfeld/counterfeiter/v6
// Prevents import loop, for internal testing
//go:generate counterfeiter -o mocked_connection_info_test.go --fake-name mockedConnectionInfo . ConnectionInfo
//go:generate go run ../../script/prune_mocks.go -t mocked_connection_info_test.go