Add "checkgenerate" make target to CI (#385)

This commit is contained in:
Joshua Humphries
2023-04-18 12:09:16 -04:00
committed by GitHub
parent 1fda47eb90
commit fae58803d9
15 changed files with 1203 additions and 1057 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package main
//go:generate protoc --go_out=plugins=grpc:./ bank.proto support.proto
//go:generate protoc --go_out=. --go-grpc_out=. bank.proto support.proto
import (
"context"