On Saturday, July 16, 2016 at 3:17:11 PM UTC+2, Peter Mogensen wrote: 
>
> It's somewhat the same as we use: 
> * Don't use "go get" 
> * Have GOTPATH=${PWD} in project root. 
> * Have a /src directory in the project containing a link to project root 
> (often ../..) at the package name. 
> * Use gvt for vendoring everything into /vendor 
>
> I ended up with this since I had a multi-language project which I needed 
> to build debian pakcages too. And I could fulfill all the laguagees 
> different "demands" for layout (incl. go) at the same time as having 
> deb-helper recognize the build systems. 
>

This is an excellent "recipe". I do something similar for a multi-language 
project (Python + Go).

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to