bblfsh / sdk

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

Support Go modules in SDK #397

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

This is the second step to finish the transition to Go modules.

PR bumps major SDK version to v3, switches all import paths from gopkg.in to Github, fixes docs, etc.

Also, the major version bump allows removing some deprecated symbols in packages. Similarly, take a chance to rename a uast/yaml (uastyml) package to uast/uastyaml (uastyaml) to match the package name and import path.

dennwc commented 5 years ago

@bzz Friendly ping