eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

godoc.org import paths broken #21

Open ongardie-ebay opened 5 years ago

ongardie-ebay commented 5 years ago

Beam requires a GOPATH set to the root of the repo, but godoc.org doesn't seem to get that.

superfell commented 5 years ago

Moving to go modules would help on this, but then dealing with the .proto's is problematic. The modules directory tree has version numbers in the directory names, and so that breaks proto import paths, and the module version of vendor only vendors .go files. You'd need the makefile to carefully construct a new directory tree for the .proto files, or at least for the dependencies (primarily the google types & goto photo)