Re: [go-nuts] Re: Project Layout Question

2019-06-13 Thread Randall O'Reilly
In case it helps anyone else with this problem, there is an issue with the standard layout, and any project where all the code is in various subdirectories but there is no .go code at the top level: godoc.org won’t find it! https://github.com/golang-standards/project-layout/issues/19 https://gi

Re: [go-nuts] Re: Project Layout Question

2019-06-13 Thread Boris Mühmer
Thanks for Your suggestions so far. I will have to do further tests to see what suits our team best. Regards, Boris Am Di., 11. Juni 2019 um 23:47 Uhr schrieb David Riley : > On Jun 11, 2019, at 13:38, Ronny Bangsund > wrote: > > > > On Tuesday, June 11, 2019 at 2:47:44 PM UTC+2, Boris Mühmer

Re: [go-nuts] Re: Project Layout Question

2019-06-11 Thread David Riley
On Jun 11, 2019, at 13:38, Ronny Bangsund wrote: > > > >> On Tuesday, June 11, 2019 at 2:47:44 PM UTC+2, Boris Mühmer wrote: >> Is the project layout total rubbish? > > I'm not sure - all I know is that it's different from how I prefer it, and > "pkg" is the one thing I frequently see people

[go-nuts] Re: Project Layout Question

2019-06-11 Thread Ronny Bangsund
On Tuesday, June 11, 2019 at 2:47:44 PM UTC+2, Boris Mühmer wrote: > > Is the project layout total rubbish? > I'm not sure - all I know is that it's different from how I prefer it, and "pkg" is the one thing I frequently see people dislike ;) If you want to share packages, parent them to the pr