コード例 #1
0
ファイル: helper.go プロジェクト: 40a/bootkube
func IsProto3(file *google_protobuf.FileDescriptorProto) bool {
	return file.GetSyntax() == "proto3"
}