Skip to content

Commit d6e0827

Browse files
authored
Update init.go
1 parent ad2f207 commit d6e0827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/work/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func instrumentInit() {
4747
platform := cfg.Goos + "/" + cfg.Goarch
4848
switch platform {
4949
default:
50-
fmt.Fprintf(os.Stderr, "go %s: -race is only supported on linux/amd64, linux/ppc64le, freebsd/amd64, netbsd/amd64. darwin/amd64 and windows/amd64\n", flag.Args()[0])
50+
fmt.Fprintf(os.Stderr, "go %s: -race is only supported on linux/amd64, linux/ppc64le, freebsd/amd64, netbsd/amd64, darwin/amd64 and windows/amd64\n", flag.Args()[0])
5151
os.Exit(2)
5252
case "linux/amd64", "linux/ppc64le", "freebsd/amd64", "netbsd/amd64", "darwin/amd64", "windows/amd64":
5353
// race supported on these platforms

0 commit comments

Comments
 (0)