We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 180fcf1 + 84fc9e7 commit e407275Copy full SHA for e407275
internal/sbom/sbom.go
@@ -49,7 +49,7 @@ func goRef(mod *debug.Module) string {
49
return fmt.Sprintf("pkg:golang/%s@%s?type=module", path, mod.Version)
50
}
51
52
-// massageGoModVersion massages the output of `go version -m` into a form that
+// massageGoVersionM massages the output of `go version -m` into a form that
53
// can be consumed by ParseBuildInfo.
54
//
55
// `go version -m` adds a line at the beginning of its output, and tabs at the
0 commit comments