github.com/yous1230/fabric@v2.0.0-beta.0.20191224111736-74345bee6ac2+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 }