message AboutMe {
option (api_version) = 28;
option (created_at) = {
chinese_year: "π·",
year: 1995,
month: NOVEMBER,
day: 20
};
option (kind) = HUMAN;
option (metadata) = {
name: "ClΓ©ment Jean",
from: "π«π·",
live_in: "π¨π³",
languages: [ C, CPP, GO, JAVA, KOTLIN ]
};
option (status).work = CODING;
option (spec).purpose = "Helping others learn Protobuf and gRPC";
option (favorite) = {
number: 42,
programing_language: PROGRAMING_LANGUAGE_UNSPECIFIED,
emoji_sequence: "πππ"
};
}
Wonder if that βοΈ compiles? Check here. And credit where credit is due, this idea come from @BretFisher's README.