Skip to content

Commit

Permalink
fix: scrape all goos/goarch pair for stdlib
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed May 30, 2024
1 parent 5969d4e commit a6785a8
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 6 deletions.
97 changes: 92 additions & 5 deletions internal/generate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pkg/section/standard_list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/section/standard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func TestStandardPackageSpecificity(t *testing.T) {
{"crypto/ae", Standard{}, specificity.MisMatch{}},
{"crypto/aes", Standard{}, specificity.StandardMatch{}},
{"crypto/aes2", Standard{}, specificity.MisMatch{}},
{"syscall/js", Standard{}, specificity.StandardMatch{}},
}
testSpecificity(t, testCases)
}

0 comments on commit a6785a8

Please sign in to comment.