bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

Switch to Go modules #44

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

Switch to Go modules and SDKv3.

Go is a bit different from other drivers because both native driver and the driver server uses modules. Also, fixtures are also processed by go mod, thus this change also adds a dummy go.mod file to fixtures directory. This way imports in fixtures won't affect the go.mod of a driver.

Signed-off-by: Denys Smirnov denys@sourced.tech

dennwc commented 5 years ago

OK, merging. Hope it won't break during the release/docker push :)