github.com/yacovm/fabric@v2.0.0-alpha.0.20191128145320-c5d4087dc723+incompatible/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  }