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?