github.com/osdi23p228/fabric@v0.0.0-20221218062954-77808885f5db/core/handlers/library/race_test.go (about) 1 // +build race 2 3 /* 4 Copyright IBM Corp. All Rights Reserved. 5 6 SPDX-License-Identifier: Apache-2.0 7 */ 8 package library 9 10 func init() { 11 raceEnabled = true 12 }