Skip to content

Commit

Permalink
Update stdlib_tags.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Aug 15, 2024
1 parent 77e441e commit 029860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tools/internal/stdlib_tags/stdlib_tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func isConstraint(line string) bool {

// Taken from
// https://github.com/golang/go/blob/2693f77b3583585172810427e12a634b28d34493/src/internal/syslist/syslist.go
var KnownOS = map[string]bool{
var knownOS = map[string]bool{
"aix": true,
"android": true,
"darwin": true,
Expand Down

0 comments on commit 029860d

Please sign in to comment.