Jyf0231
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited how to set protobuf filedName and coment as variables in live template?
I have a protobuf file as follow:``` test.protosyntax = "proto3";package api.test.test;option go_package = "exmple.com/api/test;test"; message Test {string code = 1; // stock_code @gotags: gorm:"ty...