github.com/Hnampk/my-fabric@v0.0.0-20201028083322-75069da399c0/core/handlers/library/race_test.go (about)

     1  // +build race
     2  // +build go1.9,linux,cgo go1.10,darwin,cgo
     3  // +build !ppc64le
     4  
     5  /*
     6  Copyright IBM Corp. All Rights Reserved.
     7  
     8  SPDX-License-Identifier: Apache-2.0
     9  */
    10  package library
    11  
    12  func init() {
    13  	raceEnabled = true
    14  }