Description
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/planetlabs/[email protected]
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Screenshot
What did you do?
I visited https://pkg.go.dev/github.com/planetlabs/go-ogc.
What did you expect to see?
I expected to see the readme rendered and to be able to browse reference docs for the filter
and api
packages.
What did you see instead?
Instead, it looks the license information cannot be determined, so no additional information is shown.
Here is the license file for the v0.8.0 version referenced above: https://github.com/planetlabs/go-ogc/blob/v0.8.0/LICENSE
When I run go-licenses report github.com/planetlabs/go-ogc
(in a project where this is a dependency), I see that it correctly detects the Apache 2 license.
Is there a way to run licensecheck
in the same way that the pkg.go.dev site does so I can diagnose why the license is not getting identified?