go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Babelfish Go client

Results 3 go-client issues
Sort by recently updated
recently updated
newest added

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 ;)

enhancement

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...

enhancement