Skip to content

Instantly share code, notes, and snippets.

@niwatako
Created January 27, 2017 11:13
Show Gist options
  • Save niwatako/949ef8561a938ba93de34b3d2a2edacf to your computer and use it in GitHub Desktop.
Save niwatako/949ef8561a938ba93de34b3d2a2edacf to your computer and use it in GitHub Desktop.
protoファイル #tsssmeetup #CodePiece
// .proto ファイル
// これからプログラムを生成したり出来る
// https://github.com/apple/swift-protobuf
message BookInfo {
int64 id = 1;
string title = 2;
string author = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment