Re: [go-nuts] Canonical module arrangement in a multi-language project.

2018-09-27 Thread robert engels
The only thing I’ve found that works is the latter… and then I go yelled at that I wasn’t using proper structure… The only other choice is a different repo for the go code, and another repo for everything else. It doesn’t seem workable to me for large multi-language projects… but no one seems

[go-nuts] Canonical module arrangement in a multi-language project.

2018-09-27 Thread Ian Bruene
I am working on setting up NTPsec's build system to properly handle Go code, and can only find limited information of the preferred way of structuring the directory tree. Forcing the entire project into GOPATH would be sloppy and a giant kluge all around. Placing the go code in a folder with