1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-15 05:35:48 -05:00

Format proto files using clang-format according to google style (#264)

* Format proto files using clang-format according to google style
* Regenerate pb.go files
This commit is contained in:
Loyalsoldier
2020-10-05 08:36:40 +08:00
committed by GitHub
parent a308620073
commit bb44d01096
47 changed files with 178 additions and 139 deletions

View File

@@ -13,6 +13,7 @@ message User {
uint32 level = 1;
string email = 2;
// Protocol specific account information. Must be the account proto in one of the proxies.
// Protocol specific account information. Must be the account proto in one of
// the proxies.
v2ray.core.common.serial.TypedMessage account = 3;
}