Skip to content

Commit

Permalink
Action Check 02
Browse files Browse the repository at this point in the history
  • Loading branch information
PunRabbit committed Apr 19, 2024
1 parent d4ddb9b commit 4b495da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions origin/sample/sample.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ package example; // 패키지 이름을 정의합니다.
message Sample {
string name = 1; // 'name' 필드, 태그 1
int32 age = 2; // 'age' 필드, 태그 2
string date = 3; // 'date' 필드, 태그 3
}

0 comments on commit 4b495da

Please sign in to comment.