Re: [go-nuts] go src organization question

2018-10-21 Thread Sam Whited
On Sun, Oct 21, 2018, at 11:31, Sankar wrote: > For such a hybrid requirement, what is the most recommended way to import > and structure our libraries and the source directories, to work with go > modules? A single module at the root of the project should give you what you want. Create the fil

[go-nuts] go src organization question

2018-10-21 Thread Sankar
Hi, We were using go 1.7 until recently and now want to switch to 1.11 and start using go modules. Currently our source organization is as follows: ~/go/src/gitlab.com/example/ | | example/