*: Add static validation to etcd_version proto annotation

This commit is contained in:
Marek Siarkowicz
2021-10-19 18:00:48 +02:00
parent 682b867653
commit 6d808e5d7d
14 changed files with 1093 additions and 293 deletions

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build tools
// +build tools
// This file implements that pattern:
@ -33,9 +34,9 @@ import (
_ "github.com/mdempsky/unconvert"
_ "github.com/mgechev/revive"
_ "github.com/mikefarah/yq/v3"
_ "go.etcd.io/protodoc"
_ "gotest.tools"
_ "gotest.tools/gotestsum"
_ "go.etcd.io/protodoc"
_ "honnef.co/go/tools/cmd/staticcheck"
_ "mvdan.cc/unparam"
)