Alexei Kozlenok

Results 4 comments of Alexei Kozlenok

just stumbled onto this, if you add this in your proto file it will work ``` option go_package = "git.a.com/p1/game/pb/user"; ```

i'm just surprised this is not a high priority core feature... since it's integral to the most common workflow of 'check builds before merging to master/dev'...

currently the use case would be to mark by feature set, types of tests and target module. i.e.: if i have a camera_lib .so being built from n classes, someone...