示例#1
0
文件: helper.go 项目: 40a/bootkube
func IsProto3(file *google_protobuf.FileDescriptorProto) bool {
	return file.GetSyntax() == "proto3"
}