google / google/licenseclassifier
Trying to vendor go-licenses, which uses this, fails because the license DB is not vendored.
Open
- Dominant language
- Go
- Stars
- 349
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
I see how this is trying to be very clever and find the license DB in its own source code path.
This totally breaks down in the face of Go's vendoring, which elides directories that do not have linked Go code in them.
So....ideas? Wouldn't it be better to embed the DB into the binary and make it self contained?
Contributor guide
Assessment
This issue has not been assessed yet.