예제 #1
0
파일: helper.go 프로젝트: 40a/bootkube
func IsProto3(file *google_protobuf.FileDescriptorProto) bool {
	return file.GetSyntax() == "proto3"
}