src-d / lookout-sdk

SDK for lookout analyzers
Apache License 2.0
4 stars 11 forks source link

go: Move custom code from pb to sdk package #89

Open smacker opened 5 years ago

smacker commented 5 years ago

We have introduced new higher level go sdk package: https://github.com/src-d/lookout-sdk/pull/88

It makes sense to move custom code we wrote before from pb package (which contains auto generated code) to the new one. But we need to review first what we have there. Maybe not everything should be moved.

We also need to move /pb to /go/pb