We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4185a commit 8cb3de4Copy full SHA for 8cb3de4
src/purl-type.js
@@ -212,7 +212,7 @@ module.exports = {
212
)
213
},
214
// https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst#golang
215
- golang(purl) {
+ golang(purl, throws) {
216
// Still being lenient here since the standard changes aren't official.
217
// Pending spec change: https://github.com/package-url/purl-spec/pull/196
218
const { version } = purl
0 commit comments