go-spatial / go-mbgl

Go bindings for Mapbox GL Native
16 stars 1 forks source link

Use submodule for mapboxgl-native #13

Open ear7h opened 6 years ago

ear7h commented 6 years ago

This will give a set directory structure for includes and allow for makfiles/scripts for compilation without dealing with an arbitrary location of mbgl

gdey commented 6 years ago

Submodule will make it difficult to make this go-gettable. As you have to do a git checkout --recursive; I don't think that go get does that.