bblfsh / sdk

Babelfish driver SDK
GNU General Public License v3.0
23 stars 27 forks source link

Move protocol to a separate package #419

Open dennwc opened 5 years ago

dennwc commented 5 years ago

With the latest SDK release, it's version and the version of the supported protocol is now out of sync: the latest SDK is v3, while the latest protocol is v2.

We should split the protocol package into a separate repository. It will also help to address https://github.com/bblfsh/bblfshd/issues/281, since we will have a Go protocol package version set explicitly in the go.mod file.

Also, may make sense to do the same for the internal driver protocol package.