github.com/DARA-Project/GoDist-Scheduler@v0.0.0-20201030134746-668de4acea0d/examples/DataRace/datarace.prop (about) 1 package prop 2 3 //LessThan5 4 //child_i 5 func LessThan5(I int) bool { 6 return I < 5 7 }