Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@dennwc dennwc released this 08 Apr 15:22
· 18 commits to master since this release

Go modules

The new v4 branch will now use Go modules instead of dep to manage dependencies. This release is fully compatible with a (now deprecated) v3 branch.

We also used this chance to switched from Gopkg.in-based imports (gopkg.in/bblfsh/client-go.v3) to Github imports (github.com/bblfsh/go-client/v4) and rename the repository from client-go to go-client to be consistent with driver repository names.