Source file src/runtime/race/internal/amd64v1/doc.go
1 // Copyright 2022 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // This package holds the race detector .syso for 6 // amd64 architectures with GOAMD64<v3. 7 8 //go:build amd64 && ((linux && !amd64.v3) || darwin || freebsd || netbsd || openbsd || windows) 9 10 package amd64v1 11