google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
790 stars 117 forks source link

no way to legally construct a source.Client #256

Open Adjective-Object opened 4 months ago

Adjective-Object commented 4 months ago

The public method license.FileURL requires a source.Client.

There is currently no way to construct a source.Client when consuming go-licenses as a library consumer.