mirror of
https://github.com/golang/go
synced 2024-11-21 22:54:40 -07:00
internal/platform: Fix typo
This commit is contained in:
parent
fc9f02c7ae
commit
cc2d567dbe
@ -281,7 +281,7 @@ func FirstClass(goos, goarch string) bool {
|
|||||||
return distInfo[OSArch{goos, goarch}].FirstClass
|
return distInfo[OSArch{goos, goarch}].FirstClass
|
||||||
}
|
}
|
||||||
|
|
||||||
// Broken reportsr whether goos/goarch is considered a broken port.
|
// Broken reports whether goos/goarch is considered a broken port.
|
||||||
// (See https://go.dev/wiki/PortingPolicy#broken-ports.)
|
// (See https://go.dev/wiki/PortingPolicy#broken-ports.)
|
||||||
func Broken(goos, goarch string) bool {
|
func Broken(goos, goarch string) bool {
|
||||||
return distInfo[OSArch{goos, goarch}].Broken
|
return distInfo[OSArch{goos, goarch}].Broken
|
||||||
|
Loading…
Reference in New Issue
Block a user