Can you please explain in more detail what you're asking for? I don't
understand the problem you have or why the current package cannot handle it.

-rob


On Wed, Nov 13, 2019 at 7:05 PM <fge...@gmail.com> wrote:

> Hi,
>
>  "licensecheck classifies license files and heuristically determines
> how well they correspond to known open source licenses."
>
> I'd like to identify license references in the file system. If I
> understand correctly package licensecheck in it's current form is not
> useful to help with this.
> If it's still possible, could you please share a hint how to do that?
> (input: byte array, output: license references in the byte array)
> If I understand correctly and I can't use licensecheck in it's current
> form, which one is preferred:
> extend current api, (maybe: func Refers(input []byte) (References,
> bool) or fork+rename the package? (References{...} being similar to
> Coverage{...})
>
> thanks,
> Gergely Födémesi
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/CA%2BctqrqKKUPTHihMLhLTH5O-tBm1qENQV6y41Qwde4jHp1kNmA%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOXNBZQwf3CoCi4aj%2B7tYk1i7YXVuGPYC%2BSKo%3Dt8i_pPdJtsJg%40mail.gmail.com.

Reply via email to