Hi , We are vendoring the depenedencies and building our module with go build -mod=vendor . We have one module under /usr/share/gocode/src path , could you please suggest how we can import from this path in vendor mode. I tried exporting GOPATH to /usr/share/gocode/src , it didnot work. I tried copying the /usr/share/gocode/src to /usr/lib/golang/src/ path , it worked for us but not sure whether it is the correction solution, please suggest how i can import from /usr/share/gocode/src.
Regards, Rajesh. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/ebda1adb-338d-4bc7-94c6-bad414f12862n%40googlegroups.com.