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
+1 -1
View File
@@ -1,6 +1,6 @@
// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
//go:generate -command genxdr go run ../../../repos/xdr/cmd/genxdr/main.go
//go:generate -command genxdr go run github.com/calmh/xdr/cmd/genxdr
//go:generate genxdr -o packets_xdr.go packets.go
package protocol