Source file src/runtime/race/internal/amd64v3/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
     9  
    10  package amd64v3
    11  

View as plain text