go-client
go-client copied to clipboard
Babelfish Go client
The example in the docs provides a code snippet to extract the imports from the file. However marshalling nodes into JSON is not a good use case, and I am...
Could you add `bblfsh-cli` binaries (for the considered platforms) to the released assets? that way it could be directly `wget`ed ;)
AFAIU the only errors exposed by the client are [these](https://github.com/bblfsh/sdk/blob/master/driver/errors/errors.go#L9). Is it possible to also distinguish `ErrMissingDriver` error? In our opinion handling this error differently is common as can be...