>
> https://github.com/golang/go/wiki/Modules#can-a-module-consume-a-package-that-has-not-opted-in-to-modules
>
> Hope that helps,
> thepudds
>
>
> On Tuesday, July 9, 2019 at 9:21:48 AM UTC-4, Roman Gomoliako wrote:
>>
>> For a project considering switching
For a project considering switching to Go modules, is that possible to
reference a package without support of modules (doesn't have a
go.mod/go.sum files)?
module anEnterpriseCompany.com/aProject
require anEnterpriseCompany.com/anotherProject v0.0.0
go 1.12
"anEnterpriseCompany.com/anotherPro