1 package validate 2 3 import ( 4 "testing" 5 ) 6 7 // This test must be synchronized to avoid issues with -race 8 // TODO(TEST) 9 func TestOptions_SetContinueOnErrors(t *testing.T) { 10 } 11
View as plain text