parent
ed763d0294
commit
7bd4744da6
13 changed files with 14 additions and 66 deletions
@ -1,15 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format |
||||
// Copyright 2023 Google Inc. All rights reserved. |
||||
// |
||||
// Use of this source code is governed by a BSD-style |
||||
// license that can be found in the LICENSE file or at |
||||
// https://developers.google.com/open-source/licenses/bsd |
||||
|
||||
syntax = "proto3"; |
||||
|
||||
package protobuf_editions_test.proto3; |
||||
|
||||
message Proto3Utf8Disabled { |
||||
string string_field = 1; |
||||
map<string, string> map_field = 10; |
||||
} |
Loading…
Reference in new issue