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.