Skip to content

Commit

Permalink
golang: Rename type go to golang
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Milner <stevem@gnulinux.net>
  • Loading branch information
ashcrow committed Nov 21, 2017
1 parent 3e133d8 commit 8e2e367
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test-suite-data.json
Expand Up @@ -25,9 +25,9 @@
},
{
"description": "valid go purl without version and with subpath",
"purl": "GO:google.golang.org/genproto#/googleapis/api/annotations/",
"canonical_purl": "go:google.golang.org/genproto#googleapis/api/annotations",
"type": "go",
"purl": "GOLANG:google.golang.org/genproto#/googleapis/api/annotations/",
"canonical_purl": "golang:google.golang.org/genproto#googleapis/api/annotations",
"type": "golang",
"namespace": "google.golang.org",
"name": "genproto",
"version": null,
Expand All @@ -37,9 +37,9 @@
},
{
"description": "valid go purl with version and subpath",
"purl": "GO:google.golang.org/genproto@abcdedf#/googleapis/api/annotations/",
"canonical_purl": "go:google.golang.org/genproto@abcdedf#googleapis/api/annotations",
"type": "go",
"purl": "GOLANG:google.golang.org/genproto@abcdedf#/googleapis/api/annotations/",
"canonical_purl": "golang:google.golang.org/genproto@abcdedf#googleapis/api/annotations",
"type": "golang",
"namespace": "google.golang.org",
"name": "genproto",
"version": "abcdedf",
Expand Down

0 comments on commit 8e2e367

Please sign in to comment.