libcompose icon indicating copy to clipboard operation
libcompose copied to clipboard

'hack' contains two packages in the same directory - breaking some tools

Open kdykeman opened this issue 8 years ago • 1 comments

Some folks are using LicenseFinder to enumerate the open source dependencies and licenses used by their code. LicenseFinder runs go list, and in the case where there are two golang packages in the same directory (in this case 'libcompose/hack'), go list fails with:

can't load package: package .: found packages main (inline_schema.go) and config (schema_template.go) in ./libcompose/hack

Can each package move into its own folder?

kdykeman avatar Oct 12 '17 18:10 kdykeman

@kdykeman ohh yeah, that's not good, I'll take a look 😉

vdemeester avatar Oct 13 '17 10:10 vdemeester