github.com/yimialmonte/fabric@v2.1.1+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  }