You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeping compiled versions generates problems when developer would like to use different protobuf compiler than snap developer used.
Instead, plugin should compile protobuf in swan repo (eg. make proto) and link to compiled files.
Plugin could use snap from $GOPATH or vendor it in git submodule.
Keeping compiled versions generates problems when developer would like to use different protobuf compiler than snap developer used.
Instead, plugin should compile protobuf in swan repo (eg.
make proto) and link to compiled files.Plugin could use snap from $GOPATH or vendor it in git submodule.