Commit 0c89aa1f authored by Jon Skeet's avatar Jon Skeet

Move package declaration

parent b8b7d4fc
package tutorial;
import "google/protobuf/csharp_options.proto";
import "google/protobuf/descriptor.proto";
option (google.protobuf.csharp_file_options).namespace = "Google.ProtocolBuffers.Examples.AddressBook";
option (google.protobuf.csharp_file_options).umbrella_classname = "AddressBookProtos";
package tutorial;
option optimize_for = SPEED;
message Person {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment